Skip to content

Commit 744330e

Browse files
committed
Use Node 22 for CI
1 parent 5650dc6 commit 744330e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '20'
48+
node-version: '22'
4949

5050
- name: Enable Corepack
5151
run: corepack enable
@@ -91,7 +91,7 @@ jobs:
9191
- name: Use Node.js
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: '20'
94+
node-version: '22'
9595

9696
- name: Enable Corepack
9797
run: corepack enable

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20'
35+
node-version: '22'
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Enable Corepack

0 commit comments

Comments
 (0)