Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/multi-d66d039ac5
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne authored Nov 4, 2024
2 parents 0b28777 + 8f169cb commit 6263f7f
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 705 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: false

- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.1.0
with:
node-version: 22
check-latest: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v2.1.1
uses: google-github-actions/setup-gcloud@v2.1.2
with:
export_default_credentials: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: main
path: build-environment

- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.1.0
with:
node-version: 22
check-latest: true
Expand Down
Loading

0 comments on commit 6263f7f

Please sign in to comment.