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:
9
9
- " ci/kokoro: System test"
10
10
- docs
11
11
- lint
12
- - test (10)
13
12
- test (12)
14
13
- test (14)
14
+ - test (16)
15
15
- cla/google
16
16
- windows
17
17
- OwlBot Post Processor
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- node : [10, 12, 14]
12
+ node : [12, 14, 16 ]
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- 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 40
40
},
41
41
"dependencies" : {
42
42
"@google-cloud/video-transcoder" : " ^1.8.1" ,
43
- "google-gax" : " ^2.24 .1"
43
+ "google-gax" : " ^3.0 .1"
44
44
},
45
45
"devDependencies" : {
46
46
"@types/mocha" : " ^9.0.0" ,
47
47
"@types/node" : " ^16.0.0" ,
48
48
"@types/sinon" : " ^10.0.0" ,
49
49
"c8" : " ^7.3.0" ,
50
- "gts" : " ^3.0 .0" ,
50
+ "gts" : " ^3.1 .0" ,
51
51
"jsdoc" : " ^3.6.5" ,
52
52
"jsdoc-fresh" : " ^1.0.2" ,
53
53
"jsdoc-region-tag" : " ^1.0.4" ,
54
54
"linkinator" : " ^2.1.2" ,
55
- "mocha" : " ^8 .2.1 " ,
55
+ "mocha" : " ^9 .2.2 " ,
56
56
"null-loader" : " ^4.0.0" ,
57
57
"pack-n-play" : " ^1.0.0-2" ,
58
58
"sinon" : " ^14.0.0" ,
59
59
"ts-loader" : " ^9.0.0" ,
60
- "typescript" : " ^3.9.7 "
60
+ "typescript" : " ^4.6.4 "
61
61
},
62
62
"engines" : {
63
- "node" : " >=10 .0.0"
63
+ "node" : " >=12 .0.0"
64
64
}
65
65
}
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"author" : " Google LLC" ,
6
6
"engines" : {
7
- "node" : " >=10 "
7
+ "node" : " >=12.0.0 "
8
8
},
9
9
"files" : [
10
10
" *.js" ,
You can’t perform that action at this time.
0 commit comments