Skip to content

Commit

Permalink
CI: Set fail-fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Sep 21, 2023
1 parent a55b4a2 commit ec6ee14
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 @@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
steps:
Expand Down

0 comments on commit ec6ee14

Please sign in to comment.