Browse Source

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

pull/5776/head
WD 2 years ago committed by GitHub
parent
commit
985f1cfe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

3
package.json

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

Loading…
Cancel
Save