Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 60e3634

Browse files
chore!: migrate to Node 18 (#345)
* chore!: migrate to node 18 * lint * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * trigger kokoro * undo whitespace only change * fix samples test --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a0e351b commit 60e3634

16 files changed

Lines changed: 25 additions & 124 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,6 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
docker:
15-
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
17-
# created: 2024-11-21T22:39:44.342569463Z
15+
image: 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest'
16+
digest: 'sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584'

.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)