jamestalmage/Cache Node.js dependencies (and only that!)
Cache node dependencies. Intentionally does not include setup of node environment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-manager | The package manager to use. Supported values: npm, yarn, pnpm. Default is to auto detect. | — | — |
| cache-dependency-path | Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies. | — | — |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if a cache was hit. |