Skip to content

nodenv/actions-setup-nodenv

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-nodenv monorepo

Tests Latest GitHub Release Examples

Usage

This action installs nodenv and adds it to PATH such that it is available in subsequent steps.

steps:
  - uses: nodenv/actions/setup-nodenv@v3
  - run: nodenv version # nodenv is in PATH!

Special Note

This action is maintained within the nodenv/actions monorepo, but released through its own repository (in order to be listed in the GitHub Marketplace). You may reference either one in your workflows:

# pulls from the monorepo
- uses: nodenv/actions/setup-nodenv@v3

# pulls from the release repo
- uses: nodenv/actions-setup-nodenv@v3

Issues and Pull Requests should be opened in the monorepo, please!

About

(distribution repo to facilitate GH Marketplace listing)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

7 stars

Watchers

0 watching

Forks

Contributors