From a96ed33d5b1d674d59c2288553872b435567306c Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 19 Mar 2024 11:25:41 +0100 Subject: [PATCH] Dropped support for Node 14 and 16 ref https://linear.app/tryghost/issue/ENG-765/add-support-for-node-20 - these versions are EOL and we should no longer support them --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72c73c0..2dbbe61 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "web": "https://ghost.org" }, "engines": { - "node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1" + "node": "^18.12.1 || ^20.11.1" }, "license": "MIT", "bugs": {