From 9ffed294c9a3dfcaa83b7bdcb0a8db08f0761b66 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Wed, 27 Sep 2023 03:24:49 -0400 Subject: [PATCH] feat(gatsby-graphiql-explorer): lower minimum node version (#38577) (#38579) feat(gatsby-graphiql-explorer): lower minimun node version (cherry picked from commit 9a2e7467b9c0588e46f2e6916222a47b1d27cb69) Co-authored-by: Michal Piechowiak --- 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" } }