Skip to content

Commit

Permalink
Merge pull request #228 from ThatConference/chore/package-bumps
Browse files Browse the repository at this point in the history
Chore/package bumps
  • Loading branch information
brettski authored Aug 23, 2024
2 parents cedc0e2 + f376890 commit 82227f9
Show file tree
Hide file tree
Showing 6 changed files with 2,116 additions and 2,569 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/.husky/pre-push

This file was deleted.

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: sessions
isForDeploy: false
branchName: ${{ github.ref_name }}
nodeVersion: 18
nodeVersion: 20
secrets:
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }}
6 changes: 3 additions & 3 deletions .github/workflows/ci_onPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
Expand All @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run validate
Loading

0 comments on commit 82227f9

Please sign in to comment.