mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +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"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.16.0 || >=16.0.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsc --watch",
|
||||
|
Loading…
x
Reference in New Issue
Block a user