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

Commit 13f909f

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

12 files changed

Lines changed: 16 additions & 105 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/test.cfg

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

.kokoro/presubmit/node10/common.cfg

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

.kokoro/presubmit/node10/docs.cfg

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

.kokoro/presubmit/node10/lint.cfg

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

.kokoro/presubmit/node10/test.cfg

Whitespace-only changes.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"@google-cloud/common": "^3.4.1",
4949
"@google-cloud/paginator": "^3.0.0",
5050
"@google-cloud/projectify": "^2.0.0",
51-
"@google-cloud/promisify": "^2.0.0",
51+
"@google-cloud/promisify": "^3.0.0",
5252
"arrify": "^2.0.1",
5353
"dot-prop": "^6.0.0",
5454
"eventid": "^2.0.0",
5555
"extend": "^3.0.2",
5656
"gcp-metadata": "^4.0.0",
57-
"google-auth-library": "^7.0.0",
58-
"google-gax": "^2.24.1",
57+
"google-auth-library": "^8.0.2",
58+
"google-gax": "^3.0.1",
5959
"on-finished": "^2.3.0",
6060
"pumpify": "^2.0.1",
6161
"stream-events": "^1.0.5",
@@ -76,25 +76,25 @@
7676
"bignumber.js": "^9.0.0",
7777
"c8": "^7.1.0",
7878
"codecov": "^3.6.5",
79-
"gts": "^3.0.0",
79+
"gts": "^3.1.0",
8080
"http2spy": "^2.0.0",
8181
"jsdoc": "^3.6.3",
8282
"jsdoc-fresh": "^1.0.2",
8383
"jsdoc-region-tag": "^1.0.4",
8484
"linkinator": "^2.0.3",
85-
"mocha": "^8.0.0",
85+
"mocha": "^9.2.2",
8686
"nock": "^13.0.0",
8787
"null-loader": "^4.0.0",
8888
"pack-n-play": "^1.0.0-2",
8989
"proxyquire": "^2.1.3",
9090
"sinon": "^14.0.0",
9191
"ts-loader": "^9.0.0",
92-
"typescript": "^3.8.3",
92+
"typescript": "^4.6.4",
93+
"uglify-js": "^3.13.5",
9394
"webpack": "^5.0.0",
94-
"webpack-cli": "^4.0.0",
95-
"uglify-js": "^3.13.5"
95+
"webpack-cli": "^4.0.0"
9696
},
9797
"engines": {
98-
"node": ">=10"
98+
"node": ">=12.0.0"
9999
}
100100
}

0 commit comments

Comments
 (0)