Skip to content

Commit

Permalink
fix(ci): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnblogs-dudu committed Oct 4, 2024
1 parent b7b30e0 commit 19558e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- name: Step rust toolchain
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- name: Step rust toolchain
Expand Down

0 comments on commit 19558e2

Please sign in to comment.