{"id":26504713,"url":"https://github.com/codemask-labs/update-nvmrc-action","last_synced_at":"2026-02-18T23:00:56.856Z","repository":{"id":282386785,"uuid":"936657441","full_name":"codemask-labs/update-nvmrc-action","owner":"codemask-labs","description":"Action to update node version in .nvmrc file","archived":false,"fork":false,"pushed_at":"2025-04-02T02:19:50.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T09:07:54.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemask-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-21T13:12:38.000Z","updated_at":"2025-03-14T12:46:24.000Z","dependencies_parsed_at":"2025-03-14T11:22:03.845Z","dependency_job_id":"cc828848-ebd6-4674-b66a-4ae3c874de38","html_url":"https://github.com/codemask-labs/update-nvmrc-action","commit_stats":null,"previous_names":["codemask-labs/update-nvmrc-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/codemask-labs/update-nvmrc-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fupdate-nvmrc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fupdate-nvmrc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fupdate-nvmrc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fupdate-nvmrc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemask-labs","download_url":"https://codeload.github.com/codemask-labs/update-nvmrc-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fupdate-nvmrc-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29597853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T20:13:08.275Z","updated_at":"2026-02-18T23:00:56.773Z","avatar_url":"https://github.com/codemask-labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update-nvmrc-action\n\nComposite Github workflow for updating `.nvmrc` file.\n\n## Prerequisites\nTo start using this action, you need to grant GitHub Actions permission to create pull requests. You can do this by enabling the option \"Allow GitHub Actions to create and approve pull requests\" in your GitHub organization settings (Settings → Actions → General).\n\n## Inputs\n\n### `use-only-lts`\n\nUse LTS version of Node.js. Default true.\n\n### `github-token`\n\n**Required** Github token for creating a pull request with latest version (similar to dependabot)\n\n## Example usage\n\n```yaml\nname: Update .nvmrc to latest LTS\n\non:\n  schedule:\n    - cron: '0 0 * * 1' # runs every Monday at 0:00 \n\n  workflow_dispatch:\n    \npermissions:\n  contents: write\n  pull-requests: write\n\njobs:\n  update-nvmrc:\n    runs-on: ubuntu-latest\n    timeout-minutes: 5\n    steps:\n      - uses: codemask-labs/update-nvmrc-action@v1.3.0\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemask-labs%2Fupdate-nvmrc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemask-labs%2Fupdate-nvmrc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemask-labs%2Fupdate-nvmrc-action/lists"}