From f37689058f2d87b03c27cebab73417eee7549889 Mon Sep 17 00:00:00 2001 From: Brett Slaski Date: Fri, 23 Aug 2024 16:09:02 -0500 Subject: [PATCH] missed saving file --- .github/workflows/ci_onPushMain.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_onPushMain.yml b/.github/workflows/ci_onPushMain.yml index 1af11fa..d0127e2 100644 --- a/.github/workflows/ci_onPushMain.yml +++ b/.github/workflows/ci_onPushMain.yml @@ -13,7 +13,7 @@ jobs: apiName: sessions isForDeploy: true branchName: ${{ github.ref_name }} - nodeVersion: 18 + nodeVersion: 20 secrets: SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }} @@ -31,7 +31,7 @@ jobs: redeploy-gateway: name: Redeploy THAT Gateway container - needs: [build,deploy] + needs: [build, deploy] uses: thatconference/that-gh-actions/.github/workflows/redeploy-gateway.yml@main secrets: GCLOUD_AUTH: ${{ secrets.GCLOUD_AUTH }} @@ -42,7 +42,7 @@ jobs: notifications: name: Workflow notifications - needs: [build,deploy,redeploy-gateway] + needs: [build, deploy, redeploy-gateway] runs-on: ubuntu-latest steps: - name: Slack Notification