Skip to content

Commit

Permalink
Merge pull request #1048 from newrelic/clark/node-16-workflow
Browse files Browse the repository at this point in the history
fix: update node version for workflow to node 16
  • Loading branch information
clarkmcadoo authored Jan 31, 2024
2 parents b4c090b + 1e5e5ae commit a2676b6
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 a2676b6

Please sign in to comment.