Skip to content

Commit

Permalink
ci: add windows-os to matrix.os array (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 18, 2021
1 parent ceac341 commit 1bf63a4
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
os: [macOS-latest, ubuntu-latest, windows-latest]
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1bf63a4

Please sign in to comment.