rebelware/Setup Node.js environment

Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
always-authSet always-auth in npmrcfalse
node-versionVersion Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
registry-urlOptional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN
scopeOptional scope for authenticating against scoped registries
tokenUsed to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user.${{ github.token }}
versionDeprecated. Use node-version instead. Will not be supported after October 1, 2019

no outputs