bahmutov/NPM or Yarn install with caching
Install npm dependencies with caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Working directory to specify subfolder in which dependencies are defined | no | — |
| useLockFile | Option to enable or disable use of a lock file (package-lock.json/yarn.lock) | no | — |
| useRollingCache | Option to enable restoring a cache that doesn't exactly match the lockfile, and expire once a month to keep it from only growing larger | no | — |
| install-command | Custom install command to use | no | — |
| cache-key-prefix | Prefix the cache name with this string | no | — |
Outputs
no outputs