Commit 513afc9 1 parent 8c9d184 commit 513afc9 Copy full SHA for 513afc9
File tree 5 files changed +2461
-2041
lines changed
5 files changed +2461
-2041
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : pnpm/action-setup@v2
19
- with :
20
- version : 8
18
+ - uses : pnpm/action-setup@v4
21
19
- uses : actions/setup-node@v4
22
20
with :
23
21
node-version : 18
30
28
runs-on : ubuntu-latest
31
29
steps :
32
30
- uses : actions/checkout@v4
33
- - uses : pnpm/action-setup@v2
34
- with :
35
- version : 8
31
+ - uses : pnpm/action-setup@v4
36
32
- uses : actions/setup-node@v4
37
33
with :
38
34
node-version : 18
49
45
name : Node ${{ matrix.node-version }}
50
46
steps :
51
47
- uses : actions/checkout@v4
52
- - uses : pnpm/action-setup@v2
53
- with :
54
- version : 8
48
+ - uses : pnpm/action-setup@v4
55
49
- uses : actions/setup-node@v4
56
50
with :
57
51
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 35
35
id-token : write
36
36
steps :
37
37
- uses : actions/checkout@v4
38
- - uses : pnpm/action-setup@v2
39
- with :
40
- version : 8
38
+ - uses : pnpm/action-setup@v4
41
39
- uses : actions/setup-node@v4
42
40
with :
43
41
node-version : 18
Original file line number Diff line number Diff line change 21
21
fetch-depth : 0
22
22
23
23
- name : Use PNPM v8
24
- uses : pnpm/action-setup@v2
25
- with :
26
- version : 8
24
+ uses : pnpm/action-setup@v4
27
25
28
26
- name : Use Node v18
29
27
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 68
68
"typescript" : " ^5.6.2" ,
69
69
"undici" : " ^6.19.8"
70
70
},
71
- "packageManager" : " pnpm@8 .15.7 " ,
71
+ "packageManager" : " pnpm@9 .15.1 " ,
72
72
"engines" : {
73
73
"node" : " >=18.0.0"
74
74
},
You can’t perform that action at this time.
0 commit comments