Skip to content

Commit

Permalink
Add Node 23 to CI (#18)
Browse files Browse the repository at this point in the history
* build: updated dependencies

* build: added node 23 to matrix
  • Loading branch information
erik-perri authored Oct 16, 2024
1 parent 6f95dfd commit 703feed
Show file tree
Hide file tree
Showing 3 changed files with 1,243 additions and 1,414 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 21, 22]
node: [18, 20, 21, 22, 23]
name: Check Code (Node ${{ matrix.node }})

steps:
Expand Down
Loading

0 comments on commit 703feed

Please sign in to comment.