actions-marketplace-validations/theomart77
Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| always-auth | Set always-auth in npmrc | — | false |
| node-version | Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 | — | — |
| check-latest | Set this option if you want the action to check for the latest available version that satisfies the version spec | — | true |
| registry-url | Optional 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 | — | — |
| scope | Optional scope for authenticating against scoped registries | — | — |
| token | Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. | — | ${{ github.token }} |
| version | Deprecated. Use node-version instead. Will not be supported after October 1, 2019 | — | — |
Outputs
no outputs