Skip to content

Commit

Permalink
chore!: drop Node.js v10 support (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Feb 20, 2021
1 parent 4d13406 commit 64c04cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "10"
nodejs_version: "12"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
"access": "public"
},
"engines": {
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
"node": "^12.0.0 || >= 14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 64c04cb

Please sign in to comment.