Skip to content

Commit

Permalink
fix: update node version for workflow to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 31, 2024
1 parent b4c090b commit 1e5e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-netlify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: contains(github.event.comment.body, 'netlify build')
uses: thundermiracle/netlify-deploy@v3
with:
node-version: 16
node: 16
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
deploy-dir: './public'
Expand Down

0 comments on commit 1e5e5ae

Please sign in to comment.