From b6853ae2cd04dff7103bf6557e7f52e77f18f1e2 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 24 Apr 2020 08:21:34 -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 3209994..0d27642 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/pelias/mock-logger/issues" }, "engines": { - "node": ">=8.0.0", + "node": ">=10.0.0", "npm": ">=1.4.3" }, "devDependencies": {