diff --git a/.travis.yml b/.travis.yml index b753cbc..955e190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: node_js notifications: email: false node_js: - - 8 - 10 - 12 script: npm run travis diff --git a/package.json b/package.json index 255e318..2bb7a2e 100644 --- a/package.json +++ b/package.json @@ -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" },