Skip to content

Commit

Permalink
Temporarily remove windows from test matrix
Browse files Browse the repository at this point in the history
It's not clear what's failing

Re-add after #290 is fixed
  • Loading branch information
StoneCypher committed Jan 17, 2020
1 parent 8c20f9d commit 298cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 12.x, 13.x]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 298cb1c

Please sign in to comment.