minvws/Setup Node.js
Setup Node.js and install dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry-url | Registry URL to setup up for auth. Passed on to actions/setup-node. | — | "" |
| audit-level | npm audit-level <info|low|moderate|high|critical|none> | — | high |
| node-version | Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. | — | — |
| node-version-file | File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. | — | — |
| readonly-token | Add a Github or Node.js Token (read-only) which will be used for fetching node and npm packages. | — | — |
| run-npm-audit | Run npm audit script | — | false |
Outputs
no outputs