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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
optionsExtra options to pass to the `yarn` command line.no
use-rolling-cacheAdd 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. notrue
working-directoryUsed to change the working directory where yarn will run.no.
namedescription
cache-hitA boolean value to indicate the dependencies were loaded from an exact cache hit.
versionThe Yarn version detected in the specified working directory.