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

Commit 8b6c967

Browse files
chore!: upgrade to Node 14 (#1517)
* docs: fix node release schedule link Co-authored-by: Jeffrey Rennie <[email protected]> Source-Link: googleapis/synthtool@1a24315 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430 * chore!: upgrade to Node 14 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * skip tests for node 20; --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Sofia Leon <[email protected]>
1 parent 2c8a21e commit 8b6c967

36 files changed

Lines changed: 173 additions & 153 deletions

.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:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
17-
# created: 2023-05-24T20:32:43.844586914Z
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: 5 additions & 5 deletions
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
# Docker containers to run for database RPC tracing integration tests.
1414
services:
1515
mongo:
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- uses: actions/setup-node@v3
6060
with:
61-
node-version: 10
61+
node-version: 14
6262
- run: npm install
6363
- run: npm test
6464
- name: coverage
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v3
7373
- uses: actions/setup-node@v3
7474
with:
75-
node-version: 12
75+
node-version: 14
7676
- run: npm install
7777
- run: npm run lint
7878
docs:
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v3
8282
- uses: actions/setup-node@v3
8383
with:
84-
node-version: 12
84+
node-version: 14
8585
- run: npm install
8686
- run: npm run docs-test
8787
license:
@@ -90,6 +90,6 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- uses: actions/setup-node@v3
9292
with:
93-
node-version: 12
93+
node-version: 14
9494
- run: npm install
9595
- run: npm run license-check

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