Skip to content

Commit fe01a10

Browse files
Merge branch 'main' into renovate/pnpm-action-setup-6.x
2 parents f451886 + 1cc7d36 commit fe01a10

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020
permission-contents: write
2121
permission-pull-requests: write
22-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
22+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2323
id: release
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"author": "cloudquery (https://github.com/cloudquery)",
3737
"devDependencies": {
3838
"@grpc/grpc-js": "^1.9.0",
39-
"@tsconfig/node18": "^18.2.0",
39+
"@tsconfig/node20": "^20.1.0",
4040
"@types/google-protobuf": "^3.15.6",
4141
"grpc-tools": "^1.12.4",
4242
"protoc-gen-ts": "^0.8.6",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true,
55
"declaration": true,

0 commit comments

Comments
 (0)