Skip to content

Commit

Permalink
Merge pull request #1050 from newrelic/clark/node-16-workflow
Browse files Browse the repository at this point in the history
fix: actually it should be node 20
  • Loading branch information
clarkmcadoo committed Jan 31, 2024
2 parents a2415a0 + 6569623 commit a58cf6a
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: 16
node: 20
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
deploy-dir: './public'
Expand Down

0 comments on commit a58cf6a

Please sign in to comment.