We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b6464 commit 8376fb3Copy full SHA for 8376fb3
1 file changed
.github/workflows/sync-authors-on-pr.yml
@@ -28,10 +28,11 @@ jobs:
28
node-version: '22.18.0'
29
cache: 'pnpm'
30
31
- - name: Setup PNPM
32
- uses: pnpm/action-setup@v4
33
- with:
34
- version: 10.11.0
+ - name: Setup pnpm via corepack
+ run: |
+ corepack enable
+ corepack prepare pnpm@10.11.0 --activate
35
+ pnpm -v
36
37
- name: Install deps
38
run: pnpm install --frozen-lockfile
0 commit comments