perxhealth/Setup pnpm

Simultaneously setup node, pnpm and cache its store. It does not ensure dependencies are up-to-date

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 14, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: perxhealth/setup-pnpm-action@8df8ec41e231ad9c627177a8072dbf1f7ae793a2 # v3

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

namedescriptionrequireddefault
node-versionNominate a specific Nodejs versionyes
pnpm-versionNominate a specific pnpm versionyes
install-depsBoolean to indicate if `pnpm install` should be run. Defaults to `true`notrue
restore-modules-from-cacheBoolean to indicate if the action should automatically cache `node_modules`notrue
github-packages-tokenSets up GitHub Packages authentication with the supplied token if presentnofalse

no outputs