Skip to content

Commit

Permalink
chore: Run integration tests on Windows
Browse files Browse the repository at this point in the history
Also removed 17.0 from unit tests due to being a non-LTS version
  • Loading branch information
joachimvh committed Nov 5, 2021
1 parent 2e99cc9 commit c2d8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,7 +46,6 @@ jobs:
- '14.x'
- '16.0'
- '16.x'
- '17.0'
- '17.x'
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -79,6 +78,7 @@ jobs:
matrix:
operating-system:
- ubuntu-latest
- windows-latest
node-version:
- '12.x'
- '14.x'
Expand Down

0 comments on commit c2d8117

Please sign in to comment.