We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f62e93 commit 547a61fCopy full SHA for 547a61f
.github/workflows/nodejs.yml
@@ -56,8 +56,7 @@ jobs:
56
matrix:
57
# https://github.com/actions/setup-node/issues/27
58
node-version: [8.17.0, 10.x, 12.x, 13.x]
59
- # Windows tests are failing for whatever reason, so just do linux and mac for now
60
- os: [ubuntu-latest, macOS-latest]
+ os: [ubuntu-latest, macOS-latest, windows-latest]
61
runs-on: ${{ matrix.os }}
62
63
steps:
0 commit comments