Skip to content

Commit 1f5abb8

Browse files
gcf-owl-bot[bot]sofisltom-andersen
authored
chore!: upgrade to Node 14 (#1900)
* chore!: upgrade to Node 14 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Sofia Leon <[email protected]> Co-authored-by: sofisl <[email protected]> Co-authored-by: Tom Andersen <[email protected]>
1 parent 0afadef commit 1f5abb8

36 files changed

+188
-185
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2023 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.
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
17-
# created: 2022-08-26T22:34:55.905845397Z
16+
digest: sha256:8b6a07a38d1583d96b6e251ba208bd4ef0bc2a0cc37471ffc518841651d15bd6
17+
# created: 2023-09-25T22:18:27.595486267Z

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ branchProtectionRules:
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
10-
- docs
1110
- lint
12-
- test (12)
1311
- test (14)
1412
- test (16)
13+
- test (18)
1514
- cla/google
1615
- windows
1716
- 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: [12, 14, 16]
12+
node: [14, 16, 18, 20]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

.kokoro/continuous/node12/common.cfg renamed to .kokoro/continuous/node14/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.

.kokoro/presubmit/node12/common.cfg renamed to .kokoro/presubmit/node14/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)