Skip to content

Commit

Permalink
Bump dependencies, test on Node 22, fail-fast to continue builds even…
Browse files Browse the repository at this point in the history
… if one build fails
  • Loading branch information
bhousel committed Sep 10, 2024
1 parent 57a55cc commit 7f3e4a0
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 125 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: ['18', '20', '22']

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7f3e4a0

Please sign in to comment.