Skip to content

Commit 23717a3

Browse files
committed
Use Node 20 for Gatsby build
1 parent 3d4a6a2 commit 23717a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
- run: npm install
1616
- run: npm run build
1717
env:

0 commit comments

Comments
 (0)