uxiew/All in one: setup node, pnpm, cache
Installs pnpm, uses actions/setup-node for cache, and *then* runs pnpm install.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Override the default node version, or override what is specified in your project's volta config | no | — |
| node-version-file | Override where the default node version is read from. By default this reads from package.json, which includes support for volta.node. Specifying node-version will override this | no | package.json |
| registry-url | Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. | no | https://registry.npmjs.org/ |
| pnpm-version | Override the default pnpm version, which defaults to the latest 8.x | no | — |
| args | Directly pass args to pnpm | no | — |
Outputs
no outputs