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

Commit 002c8b7

Browse files
build!: update library to use Node 12 (#205)
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>
1 parent ff521a5 commit 002c8b7

10 files changed

Lines changed: 9 additions & 114 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/continuous/node8/common.cfg

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

.kokoro/continuous/node8/test.cfg

Whitespace-only changes.

.kokoro/presubmit/node10/common.cfg

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"test": "c8 mocha build/test"
4040
},
4141
"dependencies": {
42-
"google-auth-library": "^7.0.0",
43-
"google-gax": "^2.24.1",
42+
"google-auth-library": "^8.0.2",
43+
"google-gax": "^3.0.1",
4444
"server-destroy": "^1.0.1"
4545
},
4646
"devDependencies": {
4747
"@types/mocha": "^9.0.0",
4848
"@types/node": "^16.0.0",
4949
"@types/sinon": "^10.0.0",
5050
"c8": "^7.2.0",
51-
"gts": "^3.0.0",
51+
"gts": "^3.1.0",
5252
"jsdoc": "^3.6.4",
5353
"jsdoc-fresh": "^1.0.2",
5454
"jsdoc-region-tag": "^1.0.4",
5555
"linkinator": "^2.1.1",
56-
"mocha": "^8.0.1",
56+
"mocha": "^9.2.2",
5757
"null-loader": "^4.0.0",
5858
"pack-n-play": "^1.0.0-2",
5959
"sinon": "^14.0.0",
6060
"ts-loader": "^9.0.0",
61-
"typescript": "^3.9.6"
61+
"typescript": "^4.6.4"
6262
},
6363
"engines": {
64-
"node": ">=10.0.0"
64+
"node": ">=12.0.0"
6565
}
6666
}

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Google LLC",
66
"repository": "googleapis/nodejs-analytics-admin",
77
"engines": {
8-
"node": ">=12"
8+
"node": ">=12.0.0"
99
},
1010
"files": [
1111
"*.js"

0 commit comments

Comments
 (0)