From 44682f6e02bd6345e03ab4c6749d78b45236b584 Mon Sep 17 00:00:00 2001 From: Steve Larson <9larsons@gmail.com> Date: Tue, 1 Oct 2024 08:37:18 -0500 Subject: [PATCH] Removed support for versions below Node v18 no ref --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0817b07..7619967 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-source-plugin" ], "engines": { - "node": "12.x || 14.x || 16.x || 18.x || 20.x" + "node": "18.x || 20.x" }, "scripts": { "lint": "eslint . --ext .js --cache",