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:
14
14
runs-on : ubuntu-latest
15
15
if : ${{ github.event_name != 'pull_request' }}
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
name : Checkout [main]
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : " 16 "
24
- - uses : pnpm/action-setup@v3.0.0
23
+ node-version : " 22 "
24
+ - uses : pnpm/action-setup@v3
25
25
name : Install pnpm
26
26
id : pnpm-install
27
27
with :
28
- version : 8
28
+ version : 10
29
29
run_install : false
30
30
- name : Get pnpm version
31
31
id : pnpm-version
@@ -50,19 +50,19 @@ jobs:
50
50
runs-on : ubuntu-latest
51
51
if : ${{ github.event_name == 'pull_request' }}
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
ref : ${{ github.event.pull_request.head.ref }}
56
56
repository : ${{ github.event.pull_request.head.repo.full_name }}
57
57
fetch-depth : 0
58
58
- uses : actions/setup-node@v4
59
59
with :
60
- node-version : " 16 "
61
- - uses : pnpm/action-setup@v3.0.0
60
+ node-version : " 22 "
61
+ - uses : pnpm/action-setup@v3
62
62
name : Install pnpm
63
63
id : pnpm-install
64
64
with :
65
- version : 8
65
+ version : 10
66
66
run_install : false
67
67
- name : Get pnpm version
68
68
id : pnpm-version
You can’t perform that action at this time.
0 commit comments