Skip to content

Commit

Permalink
chore: enable test for mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 8, 2022
1 parent f33806f commit 52dafe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
node: [14.x, 16.x]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

steps:
Expand Down

0 comments on commit 52dafe9

Please sign in to comment.