Skip to content

Commit ee8bd68

Browse files
authored
fix(ci): disable fail-fast in CI workflow (#565)
1 parent a45a451 commit ee8bd68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: Test - Node.js ${{ matrix.node-version }}
1717
runs-on: ubuntu-latest
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
node-version: [18, 19, 20, 21, 22, 23]
2122

0 commit comments

Comments
 (0)