Skip to content

Commit 0951036

Browse files
authored
build: Ensure we use pnpm 9.4.0 everywhere on CI (#12772)
Just to align stuff properly everywhere!
1 parent 0bad43b commit 0951036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ jobs:
12521252
ref: ${{ env.HEAD_COMMIT }}
12531253
- uses: pnpm/action-setup@v4
12541254
with:
1255-
version: 8.3.1
1255+
version: 9.4.0
12561256
- name: Set up Node
12571257
uses: actions/setup-node@v4
12581258
with:

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ref: ${{ env.HEAD_COMMIT }}
104104
- uses: pnpm/action-setup@v4
105105
with:
106-
version: 8.3.1
106+
version: 9.4.0
107107

108108
- name: Set up Node
109109
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)