Skip to content

Commit

Permalink
try windows (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Mar 11, 2024
1 parent 8290505 commit 7e9dc05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
strategy:
matrix:
node: [lts/*]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
name: ubuntu
- os: macos-latest
name: macos
- os: windows-latest
name: windows
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
steps:
Expand Down

0 comments on commit 7e9dc05

Please sign in to comment.