Skip to content

Commit a826a08

Browse files
authored
chore: pin ci windows node version (#17435)
1 parent 4453d35 commit a826a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- os: macos-latest
4646
node_version: 20
4747
- os: windows-latest
48-
node_version: 20
48+
node_version: 20.13.1 # 20.14.0 keeps causing a native `node::SetCppgcReference+18123` error in Vitest
4949
fail-fast: false
5050

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

0 commit comments

Comments
 (0)