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 3333 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 18
36+ node-version : 22
3737 - run : npm install
3838 - run : npm test
3939 env :
4444 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - uses : actions/setup-node@v4
4646 with :
47- node-version : 18
47+ node-version : 22
4848 - run : npm install
4949 - run : npm run lint
5050 docs :
5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454 - uses : actions/setup-node@v4
5555 with :
56- node-version : 18
56+ node-version : 22
5757 - run : npm install
5858 - run : npm run docs-test
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 22
1717 - run : npm install
1818 working-directory : ./.github/scripts
1919 - uses : actions/github-script@v7
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/setup-node@v4
1111 with :
12- node-version : 18
12+ node-version : 22
1313 - run : gh repo fork googleapis/google-api-nodejs-client --fork-name google-api-nodejs-client-autodisco --clone --remote
1414 env :
1515 GH_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments