chore: Run integration tests on Windows

Also removed 17.0 from unit tests due to being a non-LTS version
This commit is contained in:
Joachim Van Herwegen 2021-11-05 16:13:12 +01:00
parent 2e99cc9934
commit c2d811754b

View File

@ -46,7 +46,6 @@ jobs:
- '14.x' - '14.x'
- '16.0' - '16.0'
- '16.x' - '16.x'
- '17.0'
- '17.x' - '17.x'
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
@ -79,6 +78,7 @@ jobs:
matrix: matrix:
operating-system: operating-system:
- ubuntu-latest - ubuntu-latest
- windows-latest
node-version: node-version:
- '12.x' - '12.x'
- '14.x' - '14.x'