mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-02 01:40:31 -05:00
chore!: drop Node.js v10 support (#6292)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
environment:
|
||||
nodejs_version: "10"
|
||||
nodejs_version: "12"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
|
||||
@@ -122,6 +122,6 @@
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
|
||||
"node": "^12.0.0 || >= 14.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
"license": "MIT",
|
||||
"author": "Guillaume Chau",
|
||||
"engines": {
|
||||
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
|
||||
"node": "^12.0.0 || >= 14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -65,6 +65,6 @@
|
||||
"cmd-shim": "^4.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
|
||||
"node": "^12.0.0 || >= 14.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user