Skip to content

Commit

Permalink
Add node.js 23 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Jan 1, 2025
1 parent ec9a0e8 commit 71a8c8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- 20
- 21
- 22
- 23
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
},
"engines": {
"node": "18 || 20 || 21 || 22"
"node": "18 || 20 || 21 || 22 || 23"
},
"readmeFilename": "README.md",
"devDependencies": {
Expand Down

0 comments on commit 71a8c8e

Please sign in to comment.