equisoft-actions/Install Yarn dependencies with Yarn and caching.
Install Yarn dependencies with Yarn. By default, the action will use a rolling cache key to prevent the cache size from snowballing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| options | Extra options to pass to the `yarn` command line. | no | — |
| use-rolling-cache | Add a partial timestamp to the cache key to invalidate it every so often. This is to prevent the cache size from snowballing. Disabling this option could result in the cache size becoming very large over time and potentially having a negative impact on build times. | no | true |
| working-directory | Used to change the working directory where yarn will run. | no | . |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate the dependencies were loaded from an exact cache hit. |
| version | The Yarn version detected in the specified working directory. |