From d09da79ac8b9c601c874d0b5ddcb7ec63a6deb21 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 24 Apr 2020 08:19:50 -0700 Subject: [PATCH] feat(Node.js): Drop support for Node.js 8 Node.js 8 is no longer supported as it reached [end of life](https://github.com/nodejs/Release#release-schedule) at the end of 2019. Connects https://github.com/pelias/pelias/issues/837 --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 9e0c3fb..42d62e4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Mapzen", "license": "MIT", "engines": { - "node": ">= 8.0.0" + "node": ">= 10.0.0" }, "repository": { "type": "git",