From af7a0824530997cd92930ad6d4fd2c4d7c989a97 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 24 Apr 2020 08:17:02 -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 8b6c874..492ea8e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "test" ], "engines": { - "node": ">=8.0.0", + "node": ">=10.0.0", "npm": "~2.0.0" }, "release": {