Skip to content

Commit 4f1ee4e

Browse files
7Jerrybfclaude
andcommitted
fix(ci): remove duplicate pnpm version specification
pnpm/action-setup will read version from package.json packageManager field Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 63623e3 commit 4f1ee4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
23-
with:
24-
version: 9
2523

2624
- name: Setup Node.js ${{ matrix.node-version }}
2725
uses: actions/setup-node@v4
@@ -47,8 +45,6 @@ jobs:
4745

4846
- name: Install pnpm
4947
uses: pnpm/action-setup@v4
50-
with:
51-
version: 9
5248

5349
- name: Setup Node.js
5450
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)