Skip to content

Commit 9208292

Browse files
committed
Add node.js 23 to CI
1 parent e09f46d commit 9208292

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- 20
1111
- 21
1212
- 22
13+
- 23
1314
os:
1415
- ubuntu-latest
1516
- windows-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
6464
},
6565
"engines": {
66-
"node": "^18.15 || 20 || 21 || 22"
66+
"node": "^18.15 || 20 || 21 || 22 || 23"
6767
},
6868
"dependencies": {
6969
"metacom": "^3.2.4",

0 commit comments

Comments
 (0)