diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0bf74cc..6cf0d89 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] jobs: # Runs all steps on the VM @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-10.15, windows-2019] + os: [ubuntu-latest, windows-latest] node-version: [12.x, 14.x, 16.x] steps: