From 1e5e5aeafce5fffab5f86dfe5b54a3d80383fdd0 Mon Sep 17 00:00:00 2001 From: Clark McAdoo Date: Wed, 31 Jan 2024 15:23:29 -0600 Subject: [PATCH] fix: update node version for workflow to node 16 --- .github/workflows/trigger-netlify-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-netlify-build.yml b/.github/workflows/trigger-netlify-build.yml index 0224a07396..f6254b184e 100644 --- a/.github/workflows/trigger-netlify-build.yml +++ b/.github/workflows/trigger-netlify-build.yml @@ -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'