Skip to content

Commit

Permalink
Merge pull request #474 from pelias/drop-nodejs8-support
Browse files Browse the repository at this point in the history
Drop support for Node.js 8
  • Loading branch information
orangejulius authored Dec 17, 2019
2 parents f8e97c0 + 33e5404 commit 14594ae
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 @@ -2,7 +2,7 @@
"name": "pelias-whosonfirst",
"version": "0.0.0-development",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"description": "Importer for Who's on First",
"main": "index.js",
Expand Down

0 comments on commit 14594ae

Please sign in to comment.