Skip to content

Commit 88f2cb4

Browse files
authored
Merge pull request aminya#301 from aminya/renovate/pnpm-9.x [skip ci]
2 parents ff4c828 + 52acadc commit 88f2cb4

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.10.0
32+
- 9.11.0
3333
steps:
3434
- uses: actions/checkout@v4
3535
with:
@@ -97,7 +97,7 @@ jobs:
9797
node:
9898
- 22
9999
pnpm:
100-
- 9.10.0
100+
- 9.11.0
101101
steps:
102102
- uses: actions/checkout@v4
103103

@@ -164,7 +164,7 @@ jobs:
164164
node:
165165
- 22
166166
pnpm:
167-
- 9.10.0
167+
- 9.11.0
168168
steps:
169169
- uses: actions/checkout@v4
170170
with:
@@ -245,7 +245,7 @@ jobs:
245245
node:
246246
- 22
247247
pnpm:
248-
- 9.10.0
248+
- 9.11.0
249249
container:
250250
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.43.0" }
251251
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.43.0" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"node": ">=12.x",
188188
"pnpm": "^9"
189189
},
190-
"packageManager": "pnpm@9.10.0",
190+
"packageManager": "pnpm@9.11.0",
191191
"workspaces": [
192192
"packages/*"
193193
],

0 commit comments

Comments
 (0)