Skip to content

Commit

Permalink
chore: pin ci windows node version (#17435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 10, 2024
1 parent 4453d35 commit a826a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- os: macos-latest
node_version: 20
- os: windows-latest
node_version: 20
node_version: 20.13.1 # 20.14.0 keeps causing a native `node::SetCppgcReference+18123` error in Vitest
fail-fast: false

name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
Expand Down

0 comments on commit a826a08

Please sign in to comment.