File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
1414 runs-on : ubuntu-latest
1515 if : ${{ github.event_name != 'pull_request' }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 name : Checkout [main]
1919 with :
2020 fetch-depth : 0
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : " 16 "
24- - uses : pnpm/action-setup@v3.0.0
23+ node-version : " 22 "
24+ - uses : pnpm/action-setup@v3
2525 name : Install pnpm
2626 id : pnpm-install
2727 with :
28- version : 8
28+ version : 10
2929 run_install : false
3030 - name : Get pnpm version
3131 id : pnpm-version
@@ -50,19 +50,19 @@ jobs:
5050 runs-on : ubuntu-latest
5151 if : ${{ github.event_name == 'pull_request' }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 ref : ${{ github.event.pull_request.head.ref }}
5656 repository : ${{ github.event.pull_request.head.repo.full_name }}
5757 fetch-depth : 0
5858 - uses : actions/setup-node@v4
5959 with :
60- node-version : " 16 "
61- - uses : pnpm/action-setup@v3.0.0
60+ node-version : " 22 "
61+ - uses : pnpm/action-setup@v3
6262 name : Install pnpm
6363 id : pnpm-install
6464 with :
65- version : 8
65+ version : 10
6666 run_install : false
6767 - name : Get pnpm version
6868 id : pnpm-version
You can’t perform that action at this time.
0 commit comments