Skip to content

Commit

Permalink
CI: Add windows-2019 to test matrix for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Oct 23, 2023
1 parent c095226 commit c38e44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest, windows-2019 ]
node-version: [ 16, 18 ]
fail-fast: false
name: Test
Expand Down

0 comments on commit c38e44f

Please sign in to comment.