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" } }