Skip to content

Commit 9a2e746

Browse files
authored
feat(gatsby-graphiql-explorer): lower minimum node version (#38577)
feat(gatsby-graphiql-explorer): lower minimun node version
1 parent db41d13 commit 9a2e746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"webpack-cli": "^5.1.4"
6060
},
6161
"engines": {
62-
"node": ">=18.0.0"
62+
"node": ">=14.15.0"
6363
}
6464
}

0 commit comments

Comments
 (0)