Skip to content

Commit

Permalink
Merge pull request #44 from pelias/remove-nodejs-8
Browse files Browse the repository at this point in the history
Drop support for Node.js 8
  • Loading branch information
orangejulius authored Apr 24, 2020
2 parents 6d4efe1 + f29a172 commit a8759aa
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
script: npm run travis
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/pelias/polygon-lookup/issues"
},
"engines": {
"node": ">=8.0.0",
"node": ">=10.0.0",
"npm": ">=1.4.3",
"elasticsearch": ">=1.1.1"
},
Expand Down

0 comments on commit a8759aa

Please sign in to comment.