Skip to content

Commit 19558e2

Browse files
committed
fix(ci): update node version
1 parent b7b30e0 commit 19558e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup node.js
6666
uses: actions/setup-node@v3
6767
with:
68-
node-version: 16.x
68+
node-version: 20.x
6969
cache: 'npm'
7070

7171
- name: Step rust toolchain
@@ -151,7 +151,7 @@ jobs:
151151
- name: Setup node.js
152152
uses: actions/setup-node@v3
153153
with:
154-
node-version: 16.x
154+
node-version: 20.x
155155
cache: 'npm'
156156

157157
- name: Step rust toolchain

0 commit comments

Comments
 (0)