Skip to content

Commit 9b18b77

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-c7e4968cfc97a204a4b2381f3ecb55cabc40c4cccf88b1ef8bef0d976be87fee
2 parents 28232a9 + b8d513a commit 9b18b77

File tree

174 files changed

+3940
-2802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+3940
-2802
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ docs/
55
protos/
66
system-test/
77
samples/generated/
8+
samples/typescript/

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ branchProtectionRules:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
1010
- lint
11-
- test (14)
12-
- test (16)
1311
- test (18)
12+
- test (20)
13+
- test (22)
1414
- cla/google
1515
- windows
1616
- OwlBot Post Processor

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [14, 16, 18]
12+
node: [18, 20, 22]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4

.kokoro/continuous/node14/common.cfg

Lines changed: 0 additions & 24 deletions
This file was deleted.

.kokoro/continuous/node14/lint.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

.kokoro/continuous/node14/samples-test.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

.kokoro/continuous/node14/system-test.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

.kokoro/continuous/node14/test.cfg

Whitespace-only changes.

.kokoro/presubmit/node14/common.cfg

Lines changed: 0 additions & 24 deletions
This file was deleted.

.kokoro/presubmit/node14/samples-test.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)