From 7ac21eed0e37757b8ba6d9e6716310939bfc4997 Mon Sep 17 00:00:00 2001 From: Rishabh Garg Date: Tue, 4 Jun 2019 09:40:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Dropped=20Node=20v6=20support=20?= =?UTF-8?q?(#1218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - Node v6 has come to EOL as of 2019-04-30 (ref. https://github.com/nodejs/Release#end-of-life-releases) --- ghost/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index dc703dd349..3fe99a3b40 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -22,7 +22,7 @@ "lint:js": "eslint ." }, "engines": { - "node": ">= 6" + "node": "^8.9.0 || ^10.13.0" }, "devDependencies": { "@ember/jquery": "0.6.0",