Skip to content

Commit d78f088

Browse files
committed
Update node.js.yml
1 parent 82d1d14 commit d78f088

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ on:
1212
jobs:
1313
build:
1414
runs-on: ${{ matrix.os }}
15-
continue-on-error: 'windows-latest'
1615
strategy:
1716
fail-fast: false
1817
matrix:
1918
os: [macos-latest, ubuntu-latest, windows-latest]
2019
node-version: [12.x, 14.x]
20+
include:
21+
os: windows-latest
22+
continue-on-error: true
23+
continue-on-error: ${{ matrix.continue-on-error }}
2124

2225
steps:
2326
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)