Skip to content

Commit

Permalink
chore(support): drop support for Node 6 (#465)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this doesn't include any breaking changes, but our CI integrations
will begin accepting code and using dependencies that are incompatible with Node 6.
  • Loading branch information
Silas Boyd-Wickizer committed May 15, 2019
1 parent 21653b3 commit 523800d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ matrix:
include:
- node_js: "10"
- node_js: "8"
- node_js: "6"
# https://github.com/greenkeeperio/greenkeeper-lockfile#npm
before_install:
# package-lock.json was introduced in npm@5
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": ">=6.0.0"
"node": ">=8.0.0"
},
"files": [
"lib",
Expand Down

0 comments on commit 523800d

Please sign in to comment.