Skip to content

Commit 9cfdf6a

Browse files
Switch to Node 22
1 parent 627ee13 commit 9cfdf6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.x
19+
node-version: 22.x
2020

2121
- name: Corepack enable
2222
run: corepack enable

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 20.x
16+
node-version: 22.x
1717

1818
- name: Corepack enable
1919
run: corepack enable

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x]
16+
node-version: [22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.x
27+
node-version: 22.x
2828

2929
- name: Corepack enable
3030
run: corepack enable

0 commit comments

Comments
 (0)