chore(build): set minimum running node version v12.22.0 (#5770)

pull/5776/head
WD 2022-07-02 20:52:13 +08:00 committed by GitHub
parent 7999a2fef6
commit 985f1cfe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@
"peerDependencies": {
"vue": ">=3.2.0"
},
"engines": {
"node": ">=12.22.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.10.5",