Skip to content

Commit 2f70a74

Browse files
committed
feat: support nodejs version 20
Signed-off-by: BobDu <[email protected]>
1 parent d5a1a09 commit 2f70a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"express"
1212
],
1313
"engines": {
14-
"node": "^16 || ^18 || ^19"
14+
"node": "^16 || ^18 || ^20 || ^21"
1515
},
1616
"scripts": {
1717
"start": "esno ./src/index.ts",

0 commit comments

Comments
 (0)