We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4bc04 commit 74dd8a0Copy full SHA for 74dd8a0
.github/workflows/test.yml
@@ -6,6 +6,7 @@ jobs:
6
test:
7
name: Test Node v${{ matrix.node }}
8
strategy:
9
+ fail-fast: false
10
matrix:
11
node: ['12', '14', '16', '17', '18']
12
runs-on: ubuntu-latest
0 commit comments