Skip to content

Commit

Permalink
fix(CI): disable fail-fast option;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 27, 2024
1 parent c0392c9 commit c45414f
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:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c45414f

Please sign in to comment.