File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ branchProtectionRules:
8
8
- " ci/kokoro: Samples test"
9
9
- " ci/kokoro: System test"
10
10
- lint
11
- - test (14)
12
- - test (16)
13
11
- test (18)
12
+ - test (20)
13
+ - test (22)
14
14
- cla/google
15
15
- windows
16
16
- 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 : [14, 16, 18, 20]
12
+ node : [18, 20, 22 ]
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
- uses : actions/setup-node@v4
32
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
33
- uses : actions/setup-node@v4
34
34
with :
35
- node-version : 14
35
+ node-version : 18
36
36
- run : npm install
37
37
- run : npm test
38
38
env :
43
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
44
- uses : actions/setup-node@v4
45
45
with :
46
- node-version : 14
46
+ node-version : 18
47
47
- run : npm install
48
48
- run : npm run lint
49
49
docs :
Original file line number Diff line number Diff line change 4
4
"author" : " Google Inc." ,
5
5
"description" : " Google APIs Authentication Client Library for Node.js" ,
6
6
"engines" : {
7
- "node" : " >=14 "
7
+ "node" : " >=18 "
8
8
},
9
9
"main" : " ./build/src/index.js" ,
10
10
"types" : " ./build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 9
9
"test" : " mocha --timeout 60000"
10
10
},
11
11
"engines" : {
12
- "node" : " >=14 "
12
+ "node" : " >=18 "
13
13
},
14
14
"license" : " Apache-2.0" ,
15
15
"dependencies" : {
You can’t perform that action at this time.
0 commit comments