Skip to content

Commit 9146d79

Browse files
committed
✨refactor(core): 添加 node 版本要求
1 parent 59f3bd5 commit 9146d79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"bin",
3838
"dist"
3939
],
40+
"engines": {
41+
"node": ">=14.17"
42+
},
4043
"scripts": {
4144
"prepare": "esno scripts/prepare.ts",
4245
"build": "unbuild",

0 commit comments

Comments
 (0)