We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8bcc9 commit 133a64cCopy full SHA for 133a64c
.github/workflows/node.js.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
17
strategy:
18
+ fail-fast: false
19
matrix:
20
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
21
os: [ubuntu-latest, macOS-latest, macOS-11, windows-latest]
0 commit comments