Skip to content

Commit

Permalink
ci: remove windows support, times out, I think upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 18, 2022
1 parent d04e459 commit a090cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
node-version: [ 14.x, 16.x ]
fail-fast: false

Expand All @@ -35,4 +35,3 @@ jobs:

- name: Run test suite
run: npm run test

0 comments on commit a090cb5

Please sign in to comment.