act-aks/Node.js Dependencies Cache Setup
Setup Node.js environment and efficiently cache dependencies with Yarn
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 17, 2025
- License
- MIT
Pinned Snippet
uses: act-aks/cached-setup@7d8e78a434e51dcc7b1938541090c879022a473d # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version-file | Path to the .nvmrc file | no | .nvmrc |
| cache-prefix | Custom prefix for cache keys | no | "" |
| registry-url | Custom registry URL | no | https://registry.npmjs.org/ |
Outputs
| name | description |
|---|---|
| cache-hit | Indicates if a cache hit occurred |