Skip to content

Commit 0024772

Browse files
chore!: upgrade to Node 14 (#1890)
* docs: fix node release schedule link Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@1a24315 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430 * chore!: migrate to Node 14 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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> Co-authored-by: Sofia Leon <sofialeon@google.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 9f01d1c commit 0024772

31 files changed

+6187
-641
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:bfa6fdba19aa7d105167d01fb51f5fd8285e8cd9fca264e43aff849e9e7fa36c
17-
# created: 2023-07-06T17:45:12.014855061Z
16+
digest: sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
17+
# created: 2023-08-03T18:46:14.719706948Z

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ branchProtectionRules:
99
- "ci/kokoro: System test"
1010
- docs
1111
- lint
12-
- test (12)
1312
- test (14)
1413
- test (16)
14+
- test (18)
1515
- cla/google
1616
- windows
1717
- 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

.github/workflows/system-tests-against-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 10
22+
node-version: 14
2323
- run: node --version
2424
- run: npm install
2525
- run: npm run system-test

.kokoro/continuous/node12/common.cfg

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

.kokoro/continuous/node12/lint.cfg

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

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

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

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

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

.kokoro/continuous/node12/test.cfg

Whitespace-only changes.

.kokoro/presubmit/node12/common.cfg

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

0 commit comments

Comments
 (0)