Skip to content

Commit 5b70d6f

Browse files
committed
Update supported node.js versions and CI
1 parent 599064a commit 5b70d6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
node:
99
- 18
1010
- 20
11-
- 21
1211
- 22
12+
- 23
1313
os:
1414
- ubuntu-latest
1515
- windows-latest

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metavm.d.ts"
2626
],
2727
"engines": {
28-
"node": "18 || 20 || 21 || 22"
28+
"node": "18 || 19 || 20 || 21 || 22 || 23"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)