From 04ef822c9765fe43bae29712bd1a97e4530feb8d Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 26 Sep 2023 17:05:45 +0200 Subject: [PATCH] feat(gatsby-graphiql-explorer): lower minimum node version (#38577) feat(gatsby-graphiql-explorer): lower minimun node version (cherry picked from commit 9a2e7467b9c0588e46f2e6916222a47b1d27cb69) --- packages/gatsby-graphiql-explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 092eed956f703..8ff2cb0dc2484 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -59,6 +59,6 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=18.0.0" + "node": ">=14.15.0" } }