Skip to content

Commit

Permalink
[CI] fix CI hang issue caused by node 17 (#87)
Browse files Browse the repository at this point in the history
Current CI fails when testing `wasm-opt`, this is caused by node-17, use node 20 can fix this issue.
  • Loading branch information
xujuntwt95329 authored Oct 26, 2023
1 parent ceccf7c commit 8a6e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '20'
- name: "Set up Emsdk"
run: |
mkdir $HOME/emsdk
Expand Down

0 comments on commit 8a6e01f

Please sign in to comment.