diff --git a/.github/workflows/ci_onPullRequest.yml b/.github/workflows/ci_onPullRequest.yml index 6a89b28..e8aa008 100644 --- a/.github/workflows/ci_onPullRequest.yml +++ b/.github/workflows/ci_onPullRequest.yml @@ -11,6 +11,6 @@ jobs: apiName: api isForDeploy: false branchName: ${{ github.ref_name }} - nodeVersion: 18 + nodeVersion: 20 secrets: SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }} diff --git a/.github/workflows/ci_onPushMain.yml b/.github/workflows/ci_onPushMain.yml index d0b7614..1dd5764 100644 --- a/.github/workflows/ci_onPushMain.yml +++ b/.github/workflows/ci_onPushMain.yml @@ -13,7 +13,7 @@ jobs: apiName: help 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 }} @@ -39,10 +39,10 @@ jobs: SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }} STELLATE_TOKEN: ${{ secrets.STELLATE_TOKEN }} STELLATE_SERVICE: ${{ secrets.STELLATE_SERVICE }} - + notifications: name: Workflow notifications - needs: [build,deploy,redeploy-gateway] + needs: [build, deploy, redeploy-gateway] runs-on: ubuntu-latest steps: - name: Slack Notification