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
  • Loading branch information
orangejulius committed Nov 26, 2019
1 parent 5632edf commit c093a75
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 @@ dist: xenial
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 @@ -33,7 +33,7 @@
"url": "https://github.com/pelias/api/issues"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"@hapi/joi": "^16.0.1",
Expand Down

0 comments on commit c093a75

Please sign in to comment.