kyo-ago/node-setup-actions
setup and cache dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | setup node version(default 12) | — | 12 |
| working-directory | working-directory for package.json | — | "" |
| node-modules | node_modules paths. | — | node_modules |
| node-modules-cache-key | Additional node_modules cache key | — | "" |
| package-manager | npm or yarn | — | npm |
| build-cache | build cache paths. If not used, set to "" | — | node_modules/.cache |
| build-cache-key | Additional build cache key | — | "" |
Outputs
| name | description |
|---|---|
| node-modules-cache-hit | A boolean value to indicate an exact match was found for the node-modules-cache-key |
| build-cache-hit | A boolean value to indicate an exact match was found for the build-cache-key |