Skip to content

Commit

Permalink
fix(ci): add Windows to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Dec 27, 2024
1 parent e99009e commit 6c2d1a0
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 @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
node: [20, 22, 23]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6c2d1a0

Please sign in to comment.