Skip to content

Commit

Permalink
💥 breaking: deprecate node v10.x (#23) by @kazu_pon
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 18, 2019
1 parent 7cdf3f4 commit 490e4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
default:
docker:
# specify the version you desire here
- image: circleci/node:8.10
- image: circleci/node:10.17

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"files": [
"types",
Expand Down

0 comments on commit 490e4d9

Please sign in to comment.