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

Commit 555aad4

Browse files
build!: update library to use Node 12 (#175)
* feat!: Update library to use Node 12 * 🦉 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>
1 parent e292145 commit 555aad4

File tree

8 files changed

+8
-89
lines changed

8 files changed

+8
-89
lines changed

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@
4040
},
4141
"dependencies": {
4242
"@google-cloud/video-transcoder": "^1.8.1",
43-
"google-gax": "^2.24.1"
43+
"google-gax": "^3.0.1"
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^9.0.0",
4747
"@types/node": "^16.0.0",
4848
"@types/sinon": "^10.0.0",
4949
"c8": "^7.3.0",
50-
"gts": "^3.0.0",
50+
"gts": "^3.1.0",
5151
"jsdoc": "^3.6.5",
5252
"jsdoc-fresh": "^1.0.2",
5353
"jsdoc-region-tag": "^1.0.4",
5454
"linkinator": "^2.1.2",
55-
"mocha": "^8.2.1",
55+
"mocha": "^9.2.2",
5656
"null-loader": "^4.0.0",
5757
"pack-n-play": "^1.0.0-2",
5858
"sinon": "^14.0.0",
5959
"ts-loader": "^9.0.0",
60-
"typescript": "^3.9.7"
60+
"typescript": "^4.6.4"
6161
},
6262
"engines": {
63-
"node": ">=10.0.0"
63+
"node": ">=12.0.0"
6464
}
6565
}

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12.0.0"
88
},
99
"files": [
1010
"*.js",

0 commit comments

Comments
 (0)