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 Dec 28, 2024
1 parent e09f46d commit a858604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- 20
- 21
- 22
- 23
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "^18.15 || 20 || 21 || 22"
"node": "^18.15 || 20 || 21 || 22 || 23"
},
"dependencies": {
"metacom": "^3.2.4",
Expand Down

0 comments on commit a858604

Please sign in to comment.