perxhealth/Setup pnpm
Simultaneously setup node, pnpm and cache its store. It does not ensure dependencies are up-to-date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 14, 2024
- License
- None
Pinned Snippet
uses: perxhealth/setup-pnpm-action@8df8ec41e231ad9c627177a8072dbf1f7ae793a2 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Nominate a specific Nodejs version | yes | — |
| pnpm-version | Nominate a specific pnpm version | yes | — |
| install-deps | Boolean to indicate if `pnpm install` should be run. Defaults to `true` | no | true |
| restore-modules-from-cache | Boolean to indicate if the action should automatically cache `node_modules` | no | true |
| github-packages-token | Sets up GitHub Packages authentication with the supplied token if present | no | false |
Outputs
no outputs