Skip to content

nodenv/actions

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Actions for nodenv

Latest Release Test Examples

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 repo

Installs nodenv and adds it to PATH for subsequent steps to make use of nodenv.

For usage and examples see its readme in this monorepo.

node-version repo

Exposes node version (via nodenv local) as a step output. Suitable to read .node-version and provide as input to setup-node action

For usage and examples see its readme in this monorepo.