Skip to content

Commit

Permalink
test(matrix): Drop Windows from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Aug 5, 2020
1 parent 3d7bca1 commit be8b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit be8b56b

Please sign in to comment.