meza/Setup node and install dependencies
Takes care of the copy-pasta for the cache handling of npm
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Which command to run when installing the dependencies? It will be appended to `npm ` Default: install --no-audit --no-fund | no | install --no-audit --no-fund |
| cache-name | The name of the cache to use | no | npm |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if a cache was hit. |
| node-version | The installed node version. |