Skip to content

Commit ee8bd68

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
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)