We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54b3ce commit 98d42ccCopy full SHA for 98d42cc
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
runs-on: ${{ matrix.os }}
51
52
strategy:
53
+ fail-fast: false
54
matrix:
55
node: ['10', '12', '14']
56
os: [ubuntu-latest, macOS-latest, windows-latest]
0 commit comments