Skip to content

Commit

Permalink
chore: pin windows node version to a known good one
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jan 22, 2024
1 parent 80a039f commit 87e940f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node_version: [20]
include:
- os: ubuntu-latest
node_version: 18
- os: ubuntu-latest
node_version: 21
- os: windows-latest
node_version: 21.5 # Node 20 has a unicode file path bug on Windows and Node 21.6 has a bug that causes a crash
fail-fast: false
name: "CI tests on node-${{ matrix.node_version }}, ${{ matrix.os }}"
steps:
Expand Down

0 comments on commit 87e940f

Please sign in to comment.