Skip to content

Commit 9e430be

Browse files
justin808claude
andcommitted
Fix pnpm/action-setup version conflict
Remove explicit version: 9 parameter from pnpm/action-setup@v4 steps. The action reads the version from packageManager field in package.json, and specifying both causes a conflict error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8a764ee commit 9e430be

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

.github/workflows/examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
node-version: 20
119119
- name: Setup pnpm
120120
uses: pnpm/action-setup@v4
121-
with:
122-
version: 9
123121
- name: Get pnpm store directory
124122
shell: bash
125123
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ jobs:
121121
node-version: ${{ matrix.node-version }}
122122
- name: Setup pnpm
123123
uses: pnpm/action-setup@v4
124-
with:
125-
version: 9
126124
- name: Get pnpm store directory
127125
shell: bash
128126
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
@@ -210,8 +208,6 @@ jobs:
210208
node-version: ${{ matrix.node-version }}
211209
- name: Setup pnpm
212210
uses: pnpm/action-setup@v4
213-
with:
214-
version: 9
215211
- name: Get pnpm store directory
216212
shell: bash
217213
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

.github/workflows/lint-js-and-ruby.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
node-version: '22.11.0'
101101
- name: Setup pnpm
102102
uses: pnpm/action-setup@v4
103-
with:
104-
version: 9
105103
- name: Get pnpm store directory
106104
shell: bash
107105
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

.github/workflows/package-js-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
node-version: ${{ matrix.node-version }}
101101
- name: Setup pnpm
102102
uses: pnpm/action-setup@v4
103-
with:
104-
version: 9
105103
- name: Get pnpm store directory
106104
shell: bash
107105
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

.github/workflows/playwright.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555

5656
- name: Setup pnpm
5757
uses: pnpm/action-setup@v4
58-
with:
59-
version: 9
6058

6159
- name: Get pnpm store directory
6260
shell: bash

.github/workflows/pro-integration-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101

102102
- name: Setup pnpm
103103
uses: pnpm/action-setup@v4
104-
with:
105-
version: 9
106104

107105
- name: Get pnpm store directory
108106
shell: bash
@@ -202,8 +200,6 @@ jobs:
202200

203201
- name: Setup pnpm
204202
uses: pnpm/action-setup@v4
205-
with:
206-
version: 9
207203

208204
- name: Get pnpm store directory
209205
shell: bash
@@ -404,8 +400,6 @@ jobs:
404400

405401
- name: Setup pnpm
406402
uses: pnpm/action-setup@v4
407-
with:
408-
version: 9
409403

410404
- name: Get pnpm store directory
411405
shell: bash

.github/workflows/pro-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999

100100
- name: Setup pnpm
101101
uses: pnpm/action-setup@v4
102-
with:
103-
version: 9
104102

105103
- name: Get pnpm store directory
106104
shell: bash

.github/workflows/pro-test-package-and-gem.yml

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

102102
- name: Setup pnpm
103103
uses: pnpm/action-setup@v4
104-
with:
105-
version: 9
106104

107105
- name: Get pnpm store directory
108106
shell: bash
@@ -207,8 +205,6 @@ jobs:
207205

208206
- name: Setup pnpm
209207
uses: pnpm/action-setup@v4
210-
with:
211-
version: 9
212208

213209
- name: Get pnpm store directory
214210
shell: bash

0 commit comments

Comments
 (0)