From 4dd22a32fc60406f612d7582b47c05a3bd47d89d Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 6 Jan 2020 10:57:36 +0000 Subject: [PATCH] Dropped Node 8.x support no issue - Node 8.x is now EOL - switches Travis over to testing against latest Node LTS which is 12.x --- ghost/admin/.travis.yml | 2 +- ghost/admin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/.travis.yml b/ghost/admin/.travis.yml index fee894abf6..203e61aa40 100644 --- a/ghost/admin/.travis.yml +++ b/ghost/admin/.travis.yml @@ -1,7 +1,7 @@ dist: xenial language: node_js node_js: -- '10' +- '12' cache: yarn env: global: diff --git a/ghost/admin/package.json b/ghost/admin/package.json index c173fb8671..868654e174 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -22,7 +22,7 @@ "lint:js": "eslint ." }, "engines": { - "node": "^8.16.0 || ^10.13.0 || ^12.10.0" + "node": "^10.13.0 || ^12.10.0" }, "devDependencies": { "@ember/jquery": "1.1.0",