Skip to content

Commit cdf2632

Browse files
sapphi-redbluwy
authored andcommitted
ci: use Node 18.17 for Windows due to a bug in Node (#14507)
1 parent 56769b4 commit cdf2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- os: macos-latest
4646
node_version: 18
4747
- os: windows-latest
48-
node_version: 18
48+
node_version: 18.17
4949
fail-fast: false
5050

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

0 commit comments

Comments
 (0)