Skip to content

Commit

Permalink
fix(ci): disable fail-fast in CI workflow (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Jan 8, 2025
1 parent a45a451 commit ee8bd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: Test - Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 19, 20, 21, 22, 23]

Expand Down

0 comments on commit ee8bd68

Please sign in to comment.