Skip to content

Commit

Permalink
feat(Node.js): Drop support for Node.js 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js 8 is no longer supported as it will reach [end of
life](https://github.com/nodejs/Release#release-schedule) at the end of 2019.

Connects pelias/pelias#837
  • Loading branch information
orangejulius committed Dec 7, 2019
1 parent 4ae1739 commit 15da1be
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 @@ -3,7 +3,6 @@ language: node_js
notifications:
email: false
node_js:
- 8
- 10
- 12
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Mapzen",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
"node": ">= 10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 15da1be

Please sign in to comment.