We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45a451 commit ee8bd68Copy full SHA for ee8bd68
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
name: Test - Node.js ${{ matrix.node-version }}
17
runs-on: ubuntu-latest
18
strategy:
19
+ fail-fast: false
20
matrix:
21
node-version: [18, 19, 20, 21, 22, 23]
22
0 commit comments