Skip to content

Commit

Permalink
ci: use Node 18.17 for Windows due to a bug in Node (#14507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored and bluwy committed Oct 3, 2023
1 parent 56769b4 commit cdf2632
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: 18
- os: windows-latest
node_version: 18
node_version: 18.17
fail-fast: false

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

0 comments on commit cdf2632

Please sign in to comment.