mirror of
https://github.com/seepine/action-setup-pnpm.git
synced 2025-01-18 14:16:35 +08:00
actions-setup-pnpm
Use corepack, if you want to set pnpm version, setting the packageManager field in package.json like
"packageManager":"pnpm@8.10.2"
Usage
- name: Setup pnpm and Install
uses: seepine/actions-setup-pnpm@v1
Input
Output Item | Description | Required | Default |
---|---|---|---|
run_instasll | The working dir for the action | false | true |
cwd | Changes node's process.cwd() if the project is not located on the root. Default to process.cwd() files | false | . |
Description