Skip to content

Commit 547a61f

Browse files
committed
chore: run GH Actions on windows as well
1 parent 4f62e93 commit 547a61f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
matrix:
5757
# https://github.com/actions/setup-node/issues/27
5858
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]
59+
os: [ubuntu-latest, macOS-latest, windows-latest]
6160
runs-on: ${{ matrix.os }}
6261

6362
steps:

0 commit comments

Comments
 (0)