Skip to content

Commit d7d2eb0

Browse files
committed
Use Node 22 for CI
1 parent 70a0f3b commit d7d2eb0

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '20'
51+
node-version: '22'
5252

5353
- name: Enable Corepack
5454
run: corepack enable
@@ -108,7 +108,7 @@ jobs:
108108
- name: Use Node.js
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: '20'
111+
node-version: '22'
112112

113113
- name: Enable Corepack
114114
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)