1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-03-04 08:01:02 +08:00
This commit is contained in:
YuTengjing 2025-01-09 10:02:02 +08:00 committed by GitHub
commit 036c2ccbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ jobs:
version: 10
```
### Install only pnpm with `packageManager`
### Install only pnpm with `packageManager`
Omit `version` input to use the version in the [`packageManager` field in the `package.json`](https://nodejs.org/api/corepack.html).
@ -148,7 +148,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache: pnpm
- name: Install dependencies
run: pnpm install