Skip to content

Commit

Permalink
chore: add Node 23 to CI (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jan 14, 2025
1 parent 8c89634 commit f05e76d
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x]
eslint-version: [7, 8, 9]
ts-eslint-plugin-version: [6, 7, 8]
exclude:
Expand Down
Loading

0 comments on commit f05e76d

Please sign in to comment.