{"id":19372130,"url":"https://github.com/nodenv/actions-node-version","last_synced_at":"2025-07-06T22:33:31.945Z","repository":{"id":65161119,"uuid":"248656725","full_name":"nodenv/actions-node-version","owner":"nodenv","description":"(distribution repo to facilitate GH Marketplace listing)","archived":false,"fork":false,"pushed_at":"2023-02-22T17:25:10.000Z","size":66,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-26T05:09:50.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/nodenv.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}},"created_at":"2020-03-20T03:08:24.000Z","updated_at":"2024-05-27T06:18:52.269Z","dependencies_parsed_at":"2023-01-13T15:44:18.869Z","dependency_job_id":null,"html_url":"https://github.com/nodenv/actions-node-version","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.05128205128205132,"last_synced_commit":"c0a715a05ae21bf9a2d09541ec96028d9255542d"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Factions-node-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Factions-node-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Factions-node-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Factions-node-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodenv","download_url":"https://codeload.github.com/nodenv/actions-node-version/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223928800,"owners_count":17226783,"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":[],"created_at":"2024-11-10T08:21:45.400Z","updated_at":"2025-07-06T22:33:31.940Z","avatar_url":"https://github.com/nodenv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-version [![monorepo](https://img.shields.io/badge/---?label=monorepo\u0026style=social\u0026logo=github)](https://github.com/nodenv/actions)\n\n[![Latest Release](https://img.shields.io/github/v/release/nodenv/actions-node-version?logo=github\u0026sort=semver)](https://github.com/nodenv/actions-node-version/releases/latest)\n[![Test](https://img.shields.io/github/actions/workflow/status/nodenv/actions/test.yml?branch=main\u0026label=tests\u0026logo=github)](https://github.com/nodenv/actions/actions/workflows/test.yml)\n[![Examples](https://img.shields.io/github/actions/workflow/status/nodenv/actions/examples.yml?branch=main\u0026color=orange\u0026label=examples\u0026logo=github)](https://github.com/nodenv/actions/actions/workflows/examples.yml)\n\n## Usage\n\nDetermines node version via `nodenv local` and sets it as an output for use in subsequent steps.\n\n```yml\nsteps:\n  - id: nodenv\n    uses: nodenv/actions/node-version@v3\n  - run: echo ${{ steps.nodenv.outputs.node-version }}\n```\n\n### usage with setup-node\n\nExample demonstrating combined use with GitHub's own setup-node action:\n\n```yml\nsteps:\n  - uses: nodenv/actions/node-version@v3\n    id: nodenv\n  - uses: actions/setup-node@v3\n    with:\n      node-version: \"${{ steps.nodenv.outputs.node-version }}\"\n  - run: node -v\n```\n\n## Special Note\n\nThis action is maintained within the [nodenv/actions monorepo](https://github.com/nodenv/actions),\nbut released through its [own repository](https://github.com/nodenv/actions-node-version)\n(in order to be listed in the GitHub Marketplace).\nYou may reference either one in your workflows:\n\n```yml\n# pulls from the monorepo\n- uses: nodenv/actions/node-version@v3\n\n# pulls from the release repo\n- uses: nodenv/actions-node-version@v3\n```\n\n**Issues and Pull Requests should be opened in the [monorepo](https://github.com/nodenv/actions), please!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Factions-node-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodenv%2Factions-node-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Factions-node-version/lists"}