Skip to content

Commit ed2fc20

Browse files
authored
Merge pull request #399 from BobDu/node-20
feat: support nodejs version 20
2 parents c275b1e + 2f70a74 commit ed2fc20

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)