chore(vant-cli): drop NodeJS 14 support (#12940)

This commit is contained in:
inottn 2024-06-15 19:46:55 +08:00 committed by GitHub
parent 5c8e098a47
commit 86b9c87197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",