Skip to content

Commit

Permalink
ci test wasm64 use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Oct 22, 2023
1 parent 00f10d8 commit 5f6f207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ (contains(matrix.target, 'emscripten') && matrix.target == 'wasm64-unknown-emscripten' && '21.0.0') || '18.18.2' }}
node-version: ${{ (contains(matrix.target, 'emscripten') && matrix.target == 'wasm64-unknown-emscripten' && '20.8.1') || '18.18.2' }}
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5f6f207

Please sign in to comment.