mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(vant-cli): drop NodeJS 14 support (#12940)
This commit is contained in:
parent
5c8e098a47
commit
86b9c87197
@ -8,7 +8,7 @@
|
|||||||
"vant-cli": "./bin.js"
|
"vant-cli": "./bin.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.16.0 || >=16.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsc --watch",
|
"dev": "tsc --watch",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user