{"id":17786137,"url":"https://github.com/dcodeio/setup-node-nvm","last_synced_at":"2025-03-16T05:31:07.368Z","repository":{"id":56286052,"uuid":"207793608","full_name":"dcodeIO/setup-node-nvm","owner":"dcodeIO","description":"Set up your GitHub Actions workflow with a specific version of node.js using nvm.","archived":false,"fork":false,"pushed_at":"2023-11-10T22:29:52.000Z","size":169,"stargazers_count":21,"open_issues_count":8,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-12T16:44:26.502Z","etag":null,"topics":["actions","nodejs","nvm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dcodeIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-09-11T11:17:08.000Z","updated_at":"2024-10-15T05:13:12.000Z","dependencies_parsed_at":"2024-06-18T18:41:52.083Z","dependency_job_id":"3ec0653c-bf4f-42f9-97cd-6c30c44970ae","html_url":"https://github.com/dcodeIO/setup-node-nvm","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"b6d6ed786666dee7d42186617cbb1394070de579"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcodeIO%2Fsetup-node-nvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcodeIO%2Fsetup-node-nvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcodeIO%2Fsetup-node-nvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcodeIO%2Fsetup-node-nvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcodeIO","download_url":"https://codeload.github.com/dcodeIO/setup-node-nvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806122,"owners_count":20350773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","nodejs","nvm"],"created_at":"2024-10-27T09:04:51.577Z","updated_at":"2025-03-16T05:31:06.010Z","avatar_url":"https://github.com/dcodeIO.png","language":"JavaScript","readme":"# Set up node using nvm\n\nThis action sets up a specific node.js version on GitHub Actions using [nvm](https://github.com/nvm-sh/nvm), very similar to [@actions/setup-node](https://github.com/actions/setup-node). Unlike setup-node (at the time of this writing) it does support several aliases and custom mirrors like the one for [node-v8](https://github.com/nodejs/node-v8). Note that this is merely intended as a placeholder until setup-node supports [aliases](https://github.com/actions/setup-node/issues/26), which is crucial for rolling testing, and [mirrors](https://github.com/actions/setup-node/issues/65), which is useful for WebAssembly testing. Has some Windows support via [nvm-windows](https://github.com/coreybutler/nvm-windows), but there are issues with versions newer than current and `.nvmrc`.\n\n## Inputs\n\n### node-version\n\nThe node.js version to install and use, according to nvm. Uses the version specified in `.nvmrc` if omitted.\n\n### node-mirror\n\nThe node.js mirror to use, e.g. `https://nodejs.org/download/v8-canary/` for node on V8 lkgr.\n\n## Example usage:\n\n```yaml\nuses: dcodeIO/setup-node-nvm@master\nwith:\n  node-version: lts/*\n```\n\n```yaml\nuses: dcodeIO/setup-node-nvm@master\nwith:\n  node-version: node\n  node-mirror: https://nodejs.org/download/v8-canary/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcodeio%2Fsetup-node-nvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcodeio%2Fsetup-node-nvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcodeio%2Fsetup-node-nvm/lists"}