From d6814500fd6f32de27cbfcac83ea42e532809a48 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 26 Sep 2023 09:29:40 +0200 Subject: [PATCH] feat(gatsby-graphiql-explorer): lower minimun node version --- 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 d23e28731fce2..db180d19546c3 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" } }