Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 3060301

Browse files
build!: update library to use Node 12 (#789)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b113c72 commit 3060301

21 files changed

Lines changed: 9 additions & 178 deletions

File tree

.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 (10)
1312
- test (12)
1413
- test (14)
14+
- test (16)
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: [10, 12, 14]
12+
node: [12, 14, 16]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

.kokoro/continuous/node10/common.cfg

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

.kokoro/continuous/node10/docs.cfg

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

.kokoro/continuous/node10/lint.cfg

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

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

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

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

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

.kokoro/continuous/node10/test.cfg

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

.kokoro/continuous/node8/common.cfg

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

.kokoro/continuous/node8/test.cfg

Whitespace-only changes.

0 commit comments

Comments
 (0)