https://github.com/nodenv/actions
Leverage nodenv within GitHub Actions
https://github.com/nodenv/actions
Last synced: about 1 year ago
JSON representation
Leverage nodenv within GitHub Actions
- Host: GitHub
- URL: https://github.com/nodenv/actions
- Owner: nodenv
- License: mit
- Created: 2020-03-17T11:59:38.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:35:55.000Z (about 2 years ago)
- Last Synced: 2024-05-16T06:35:05.090Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions for nodenv
[](https://github.com/nodenv/actions/releases/latest)
[](https://github.com/nodenv/actions/actions/workflows/test.yml)
[](https://github.com/nodenv/actions/actions/workflows/examples.yml)
This is a monorepo for multiple nodenv-related GitHub Actions.
Each individual action is split (via git-subtree) and pushed to its own constituent repository.
This is presently necessary because an action must have its own repository and Release in order to be listed on the marketplace.
Hopefully, this limitation will be eliminated at some point.
**NOTICE:** The default branch for this repository (and the constituent repositories), has been changed to `main`.
Be sure to update any references to `master` accordingly.
## Actions
### setup-nodenv [](https://github.com/nodenv/actions-setup-nodenv)
Installs nodenv and adds it to `PATH` for subsequent steps to make use of nodenv.
For usage and examples see [its readme](setup-nodenv) in this monorepo.
### node-version [](https://github.com/nodenv/actions-node-version)
Exposes node version (via `nodenv local`) as a step output.
Suitable to read .node-version and provide as input to [setup-node action](https://github.com/actions/setup-node)
For usage and examples see [its readme](node-version) in this monorepo.