Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 6569623

Browse files
committed
fix: actually it should be node 20
1 parent 1e5e5ae commit 6569623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-netlify-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: contains(github.event.comment.body, 'netlify build')
1313
uses: thundermiracle/netlify-deploy@v3
1414
with:
15-
node: 16
15+
node: 20
1616
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
1717
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
1818
deploy-dir: './public'

0 commit comments

Comments
 (0)