This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-89
lines changed Expand file tree Collapse file tree 8 files changed +8
-89
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5050 "samples-test" : " cd samples/ && npm link ../ && npm test"
5151 },
5252 "dependencies" : {
53- "google-gax" : " ^2.24 .1"
53+ "google-gax" : " ^3.0 .1"
5454 },
5555 "devDependencies" : {
5656 "@types/mocha" : " ^9.0.0" ,
5757 "@types/node" : " ^16.0.0" ,
5858 "@types/sinon" : " ^10.0.0" ,
5959 "c8" : " ^7.3.0" ,
60- "gts" : " ^3.0 .0" ,
60+ "gts" : " ^3.1 .0" ,
6161 "jsdoc" : " ^3.6.5" ,
6262 "jsdoc-fresh" : " ^1.0.2" ,
6363 "jsdoc-region-tag" : " ^1.0.4" ,
6464 "linkinator" : " ^2.1.1" ,
65- "mocha" : " ^8.1.1 " ,
65+ "mocha" : " ^9.2.2 " ,
6666 "null-loader" : " ^4.0.0" ,
6767 "pack-n-play" : " ^1.0.0-2" ,
6868 "sinon" : " ^14.0.0" ,
6969 "ts-loader" : " ^9.0.0" ,
70- "typescript" : " ^3.9.7 " ,
70+ "typescript" : " ^4.6.4 " ,
7171 "webpack" : " ^5.0.0" ,
7272 "webpack-cli" : " ^4.0.0"
7373 },
7474 "engines" : {
75- "node" : " >=10 .0.0"
75+ "node" : " >=12 .0.0"
7676 }
7777}
Original file line number Diff line number Diff line change 44 "license" : " Apache-2.0" ,
55 "author" : " Google LLC" ,
66 "engines" : {
7- "node" : " >=10 "
7+ "node" : " >=12.0.0 "
88 },
99 "files" : [
1010 " *.js"
You can’t perform that action at this time.
0 commit comments