Skip to content

Commit 7bb93af

Browse files
committed
ci(FR-2861): drop pnpm/action-setup version: 11 (use packageManager field)
With `"packageManager": "pnpm@11.0.8"` declared in package.json, pnpm/action-setup@v5 refuses to start when also given `version: 11`, breaking every PR's react-vitest and other CI jobs since the FR-2840 migration. Remove the redundant version input across all workflows so packageManager is the single source of truth.
1 parent 1e53719 commit 7bb93af

7 files changed

Lines changed: 0 additions & 12 deletions

.github/workflows/e2e-healer.lock.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/e2e-watchdog.lock.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- uses: pnpm/action-setup@v5
4646
name: Install pnpm
4747
with:
48-
version: 11
4948
run_install: false
5049

5150
- name: Install Node.js
@@ -100,7 +99,6 @@ jobs:
10099
- uses: pnpm/action-setup@v5
101100
name: Install pnpm
102101
with:
103-
version: 11
104102
run_install: false
105103

106104
- name: Install Node.js
@@ -168,7 +166,6 @@ jobs:
168166
- uses: pnpm/action-setup@v5
169167
name: Install pnpm
170168
with:
171-
version: 11
172169
run_install: false
173170

174171
- name: Install Node.js
@@ -234,7 +231,6 @@ jobs:
234231
- uses: pnpm/action-setup@v5
235232
name: Install pnpm
236233
with:
237-
version: 11
238234
run_install: false
239235

240236
- name: Install Node.js

.github/workflows/publish-backend.ai-docs-toolkit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: pnpm/action-setup@v5
2222
name: Install pnpm
2323
with:
24-
version: 11
2524
run_install: false
2625
- name: Install Node.js
2726
uses: actions/setup-node@v5

.github/workflows/publish-backend.ai-ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: pnpm/action-setup@v5
2222
name: Install pnpm
2323
with:
24-
version: 11
2524
run_install: false
2625
- name: Install Node.js
2726
uses: actions/setup-node@v5

.github/workflows/vitest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
- uses: pnpm/action-setup@v5
6060
name: Install pnpm
6161
with:
62-
version: 11
6362
run_install: false
6463
- uses: actions/setup-node@v5
6564
with:
@@ -104,7 +103,6 @@ jobs:
104103
- uses: pnpm/action-setup@v5
105104
name: Install pnpm
106105
with:
107-
version: 11
108106
run_install: false
109107
- uses: actions/setup-node@v5
110108
with:
@@ -146,7 +144,6 @@ jobs:
146144
- uses: pnpm/action-setup@v5
147145
name: Install pnpm
148146
with:
149-
version: 11
150147
run_install: false
151148
- uses: actions/setup-node@v5
152149
with:

.github/workflows/weekly-merge-branch-lockfiles.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: pnpm/action-setup@v5
2323
name: Install pnpm
2424
with:
25-
version: 11
2625
run_install: false
2726

2827
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)