2023-11-11 20:27:09 +08:00
2023-11-11 20:27:09 +08:00
2023-11-11 20:27:09 +08:00
2023-11-11 20:27:09 +08:00
2023-11-11 20:27:09 +08:00
2023-11-11 20:27:09 +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
Setup pnpm and run pnpm install with cache enabled
Readme 36 KiB