Skip to content

Commit

Permalink
Add more OSs to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 25, 2023
1 parent af29c1d commit 35128d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['lts/*']

steps:
Expand Down

0 comments on commit 35128d8

Please sign in to comment.