Skip to content

Commit 79b726d

Browse files
committed
set node version to 22
1 parent 2e24600 commit 79b726d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 18.x
15+
node-version: 22.x
1616
cache: yarn
1717
- name: Build website
1818
run: |

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 18.x
15+
node-version: 22.x
1616
cache: yarn
1717
- name: Test build
1818
run: |

0 commit comments

Comments
 (0)