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 3c10b90 commit 82d1d14Copy full SHA for 82d1d14
.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