We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18520df commit 30c97deCopy full SHA for 30c97de
package.json
@@ -4,6 +4,9 @@
4
"description": "Gatsby blog starter kit with beautiful and responsive design",
5
"main": "index.js",
6
"private": true,
7
+ "engines": {
8
+ "node": ">=18.16.0"
9
+ },
10
"scripts": {
11
"build": "gatsby build",
12
"develop": "gatsby develop",
0 commit comments