diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e7bae486..42e095ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: - '14.x' - '16.0' - '16.x' - - '17.0' - '17.x' timeout-minutes: 10 steps: @@ -79,6 +78,7 @@ jobs: matrix: operating-system: - ubuntu-latest + - windows-latest node-version: - '12.x' - '14.x'