Skip to content

Commit

Permalink
Add fail fast to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Jan 25, 2025
1 parent 747fbe4 commit a51873f
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 @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
node-version: [20.14.0]
fail-fast: true

steps:
- name: Checkout code
Expand Down

0 comments on commit a51873f

Please sign in to comment.