Skip to content

Commit c830c86

Browse files
chore!: migrate to Node 18 (#265)
* feat: migrate to node 18 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 748d61f commit c830c86

25 files changed

Lines changed: 36 additions & 34 deletions

core/precise-date/.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:609822e3c09b7a1bd90b99655904609f162cc15acb4704f1edf778284c36f429
17-
# created: 2024-10-01T19:34:30.797530443Z
15+
image: 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest'
16+
digest: 'sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
enabled: true
2+
multiScmName: nodejs-precise-date

core/precise-date/.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

core/precise-date/.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/precise-date/.kokoro/continuous/node14/common.cfg renamed to core/precise-date/.kokoro/continuous/node18/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

core/precise-date/.kokoro/continuous/node14/samples-test.cfg renamed to core/precise-date/.kokoro/continuous/node18/samples-test.cfg

File renamed without changes.

core/precise-date/.kokoro/continuous/node14/system-test.cfg renamed to core/precise-date/.kokoro/continuous/node18/system-test.cfg

File renamed without changes.
File renamed without changes.

core/precise-date/.kokoro/presubmit/node14/common.cfg renamed to core/precise-date/.kokoro/presubmit/node18/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)