Skip to content

Commit d2c5cc2

Browse files
committed
Use Node.js 22 on CI
1 parent 09fc137 commit d2c5cc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: "18"
30+
node-version: "22"
3131

3232
- name: Enable Corepack
3333
run: corepack enable
@@ -61,7 +61,7 @@ jobs:
6161
- name: Use Node.js
6262
uses: actions/setup-node@v3
6363
with:
64-
node-version: "18"
64+
node-version: "22"
6565

6666
- name: Enable Corepack
6767
run: corepack enable
@@ -95,7 +95,7 @@ jobs:
9595
- name: Use Node.js
9696
uses: actions/setup-node@v3
9797
with:
98-
node-version: "18"
98+
node-version: "22"
9999

100100
- name: Enable Corepack
101101
run: corepack enable

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Use Node.js
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: "18"
34+
node-version: "22"
3535

3636
- name: Enable Corepack
3737
run: corepack enable

.github/workflows/update-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: "18"
33+
node-version: "22"
3434

3535
- name: Enable Corepack
3636
run: corepack enable

0 commit comments

Comments
 (0)