File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
34
- uses : actions/setup-node@v4
35
35
with :
36
- node-version : 18
36
+ node-version : 22
37
37
- run : npm install
38
38
- run : npm test
39
39
env :
44
44
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
- uses : actions/setup-node@v4
46
46
with :
47
- node-version : 18
47
+ node-version : 22
48
48
- run : npm install
49
49
- run : npm run lint
50
50
docs :
53
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54
54
- uses : actions/setup-node@v4
55
55
with :
56
- node-version : 18
56
+ node-version : 22
57
57
- run : npm install
58
58
- run : npm run docs-test
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
- run : npm install
18
18
working-directory : ./.github/scripts
19
19
- uses : actions/github-script@v7
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/setup-node@v4
11
11
with :
12
- node-version : 18
12
+ node-version : 22
13
13
- run : gh repo fork googleapis/google-api-nodejs-client --fork-name google-api-nodejs-client-autodisco --clone --remote
14
14
env :
15
15
GH_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments