Skip to content

Commit

Permalink
💥 breaking: deprecated node.js 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 4, 2020
1 parent 1755888 commit 9680b46
Show file tree
Hide file tree
Showing 3 changed files with 1,276 additions and 1,173 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:11.10.1
- image: circleci/node:10.18.0

# 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 @@ -43,7 +43,7 @@
"webpack-merge": "^4.2.1"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"files": [
"lib",
Expand Down

0 comments on commit 9680b46

Please sign in to comment.