We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95afe7 commit 3c10b90Copy full SHA for 3c10b90
.github/workflows/node.js.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
build:
14
runs-on: ${{ matrix.os }}
15
- continue-on-error: windows-latest
+ continue-on-error: [ windows-latest ]
16
strategy:
17
fail-fast: false
18
matrix:
0 commit comments