Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into pr-rework
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krug <[email protected]>
  • Loading branch information
michikrug committed Dec 4, 2023
2 parents 6441cd6 + f8fd990 commit fd24234
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: npm ci

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1.1.1
uses: google-github-actions/auth@v2.0.0
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

Expand Down
101 changes: 62 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@types/jest": "^29.5.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"nock": "^13.3.8",
"nock": "^13.4.0",
"prettier": "3.1.0"
}
}

0 comments on commit fd24234

Please sign in to comment.