Skip to content

Commit d59649d

Browse files
committed
fix: update nodejs to 22 + pnpm to 9 in CI
1 parent e3bbe73 commit d59649d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
os:
2525
- ubuntu-22.04
2626
node:
27-
- 20
27+
- 22
2828
pnpm:
29-
- 8
29+
- 9
3030
steps:
3131
- uses: actions/checkout@v4
3232

@@ -96,9 +96,9 @@ jobs:
9696
- macos-13
9797
- macos-12
9898
node:
99-
- 20
99+
- 22
100100
pnpm:
101-
- 8
101+
- 9
102102
steps:
103103
- uses: actions/checkout@v4
104104

@@ -162,9 +162,9 @@ jobs:
162162
- macos-12
163163
- macos-11
164164
node:
165-
- 20
165+
- 22
166166
pnpm:
167-
- 8
167+
- 9
168168
steps:
169169
- uses: actions/checkout@v4
170170
with:
@@ -237,9 +237,9 @@ jobs:
237237
os:
238238
- ubuntu-22.04
239239
node:
240-
- 20
240+
- 22
241241
pnpm:
242-
- 8
242+
- 9
243243
container:
244244
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.37.0" }
245245
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.37.0" }

.nvm

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.6.0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
"untildify-user"
146146
],
147147
"engines": {
148-
"node": ">=12.x"
148+
"node": ">=12.x",
149+
"pnpm": "^9"
149150
},
150151
"keywords": [
151152
"github-actions",

0 commit comments

Comments
 (0)