Skip to content

Commit e988337

Browse files
committed
WIP, update node versions in ci workflows
1 parent 59fd834 commit e988337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
cache: yarn
1818

1919
- name: Install dependencies

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
cache: yarn
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)