From 83ee1f88608b30be0f4ee77528a4f2d823b468a4 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 1 May 2023 17:51:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Dropped=20support=20for=20Node?= =?UTF-8?q?=2014?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Toolbox/issues/570 - Node 14 is now EOL so we don't support it any further --- ghost/admin/package.json | 4 ++-- ghost/core/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index f919788442..6c4aeb29f4 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -26,7 +26,7 @@ "lint": "yarn lint:js && yarn lint:hbs" }, "engines": { - "node": "^14.18.0 || ^16.13.0 || ^18.12.1" + "node": "^16.13.0 || ^18.12.1" }, "devDependencies": { "@babel/eslint-parser": "7.21.3", @@ -185,4 +185,4 @@ "path-browserify": "1.0.1", "webpack": "5.77.0" } -} \ No newline at end of file +} diff --git a/ghost/core/package.json b/ghost/core/package.json index 28104d27c4..d2c01e148e 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -54,7 +54,7 @@ "prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle" }, "engines": { - "node": "^14.18.0 || ^16.13.0 || ^18.12.1", + "node": "^16.13.0 || ^18.12.1", "cli": "^1.17.0" }, "dependencies": {