Skip to content

Commit 111963b

Browse files
Merge pull request #221080 from BryanTrach-MSFT/patch-124
(AzureCXP) fixes MicrosoftDocs/azure-docs#102268
2 parents f9c8559 + 0cd8dae commit 111963b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/static-web-apps/publish-gatsby.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ Create a Gatsby app using the Gatsby Command Line Interface (CLI):
5555
git add -A
5656
git commit -m "initial commit"
5757
```
58-
58+
> [!NOTE]
59+
> If you are using the latest version of Gatsby you may need to modify the package.json to include
60+
> "engines": {
61+
> "node": ">=18.0.0"
62+
> },
5963
## Push your application to GitHub
6064

6165
You need to have a repository on GitHub to create a new Azure Static Web Apps resource.

0 commit comments

Comments
 (0)