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 29b1131 commit 773db45Copy full SHA for 773db45
.github/workflows/validate.yml
@@ -15,6 +15,7 @@ jobs:
15
# ignore all-contributors PRs
16
if: ${{ !contains(github.head_ref, 'all-contributors') }}
17
strategy:
18
+ fail-fast: false
19
matrix:
20
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
21
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
0 commit comments