Skip to content

Commit

Permalink
Ensure job completes in all versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 11, 2025
1 parent 49ecbe0 commit 2b2463a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm run lint
nodejs:
strategy:
fail-fast: false
matrix:
node: [20.9, 20, 22]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b2463a

Please sign in to comment.