File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0
1515 persist-credentials : false
16- - uses : actions/setup-node@v5
16+ - uses : actions/setup-node@v6
1717 with :
1818 node-version : 22
1919 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 # with:
2323 # run_install: false
2424 # version: 10
25- # - uses: actions/setup-node@v5
25+ # - uses: actions/setup-node@v6
2626 # with:
2727 # cache: pnpm
2828 # node-version: 22
2929
3030 # https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
3131 - name : Install Node.js
32- uses : actions/setup-node@v5
32+ uses : actions/setup-node@v6
3333 with :
3434 # cache: pnpm
3535 node-version : 22
Original file line number Diff line number Diff line change 2727
2828 # https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
2929 - name : Install Node.js
30- uses : actions/setup-node@v5
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : 22
3333
You can’t perform that action at this time.
0 commit comments