p6m-actions/JavaScript PNPM Setup
Sets up PNPM with dependency caching for faster workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to use | no | 18 |
| install-dependencies | Whether to install dependencies after setup | no | true |
| project-path | Relative path to the project directory containing package.json and pnpm-lock.yaml (must not contain '..' or be absolute) | no | . |
Outputs
| name | description |
|---|---|
| cache-hit | Whether the cache was hit |
| pnpm-cache-dir | PNPM cache directory path |