Skip to content

Commit 5e68b68

Browse files
authored
Merge pull request #272 from aminya/renovate/pnpm-9.x [skip ci]
2 parents 90d7a9b + 1318ec9 commit 5e68b68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node:
3030
- 22.6.0
3131
pnpm:
32-
- 9.9.0
32+
- 9.10.0
3333
steps:
3434
- uses: actions/checkout@v4
3535

@@ -91,7 +91,7 @@ jobs:
9191
node:
9292
- 22
9393
pnpm:
94-
- 9.9.0
94+
- 9.10.0
9595
steps:
9696
- uses: actions/checkout@v4
9797

@@ -158,7 +158,7 @@ jobs:
158158
node:
159159
- 22
160160
pnpm:
161-
- 9.9.0
161+
- 9.10.0
162162
steps:
163163
- uses: actions/checkout@v4
164164
with:
@@ -239,7 +239,7 @@ jobs:
239239
node:
240240
- 22
241241
pnpm:
242-
- 9.9.0
242+
- 9.10.0
243243
container:
244244
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.41.0" }
245245
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.41.0" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"node": ">=12.x",
184184
"pnpm": "^9"
185185
},
186-
"packageManager": "pnpm@9.9.0",
186+
"packageManager": "pnpm@9.10.0",
187187
"workspaces": [
188188
"packages/*"
189189
],

0 commit comments

Comments
 (0)