Skip to content

Commit

Permalink
chore(Node.js support): Drop support for Node.js 4 and 5 (#208)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: EOL for 4 is end of April (https://github.com/nodejs/Release).
We're dropping support a little early in order to leverage some 6+ features for
upcoming improvements (e.g., #207)
  • Loading branch information
silasbw committed Mar 7, 2018
1 parent ccb2be0 commit e70f9cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ matrix:
- node_js: "8"
- node_js: "7"
- node_js: "6"
- node_js: "5"
- node_js: "4"
before_install:
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile@1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "GoDaddy Operating Company, LLC",
"license": "MIT",
"engines": {
"node": ">=4.2.0"
"node": ">=6.0.0"
},
"files": [
"lib",
Expand Down

0 comments on commit e70f9cb

Please sign in to comment.