hitchkick/Setup pnpm with efficient caching
Run pnpm install with efficient caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Changes node's process.cwd() if the project is not located on the root. Default to process.cwd() | no | . |
| version | Version of pnpm to install | no | — |
| dest | Where to store pnpm files | no | ~/setup-pnpm |
| run_install | If specified, run `pnpm install` | no | true |
| package_json_file | File path to the package.json to read "packageManager" configuration | no | package.json |
| standalone | When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js. | no | false |
| build-cache | Whether the action is being used to build the cache or not | no | false |
| config_command | Command used to configure a private registry | no | "" |
Outputs
| name | description |
|---|---|
| cache-hit | Whether the cache hit or not |