andrews-mcmeel-universal/Cache Yarn Install

Run yarn install with node_modules linker and cache enabled

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 24, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: andrews-mcmeel-universal/cache-yarn-install@5f0d18f4a548dae2391bf254c9716367b58f25ef # v1.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
cwdChanges node's process.cwd() if the project is not located on the root. Default to process.cwd()no.
cache-prefixAdd a specific cache-prefixnodefault
cache-npm-cacheCache npm global cache folder often used by node-gyp, prebuild binaries (invalidated on lock/os/node-version)notrue
cache-node-modulesCache node_modules, might speed up link step (invalidated lock/os/node-version/branch)nofalse
cache-install-stateCache yarn install state, might speed up resolution step when node-modules cache is activated (invalidated lock/os/node-version/branch)nofalse
enable-corepackEnable corepacknotrue

no outputs