Skip to content

Commit

Permalink
change to node 20 for actions tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Aug 14, 2024
1 parent ab0421b commit 29a40d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_onPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 4 additions & 4 deletions .github/workflows/ci_onPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -31,18 +31,18 @@ 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 }}
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
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
Expand Down

0 comments on commit 29a40d4

Please sign in to comment.