Skip to content

Commit be79116

Browse files
committed
chore: update node version on actions
1 parent 013ecbb commit be79116

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
@@ -74,7 +74,7 @@ jobs:
7474

7575

7676

77-
- uses: actions/setup-node@v3
77+
- uses: actions/setup-node@v5
7878
with:
7979
node-version: 18
8080
cache: yarn

.github/workflows/test-deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868

6969

70-
- uses: actions/setup-node@v3
70+
- uses: actions/setup-node@v5
7171
with:
7272
node-version: 18
7373
cache: yarn

0 commit comments

Comments
 (0)