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 13
13
- uses : actions/checkout@v4
14
14
- uses : pnpm/action-setup@v4
15
15
with :
16
- version : 9
16
+ version : 10
17
17
- uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 18'
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
fetch-depth : 0
22
22
- uses : pnpm/action-setup@v4
23
23
with :
24
- version : 9
24
+ version : 10
25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version : 18
28
28
cache : pnpm
29
29
30
30
- name : Install dependencies for toolkit
31
- run : cd .. && pnpm install --frozen-lockfile
31
+ run : cd .. && pnpm install --frozen-lockfile
32
32
33
33
- name : Install dependencies
34
34
run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 14
14
"private" : true ,
15
15
"engines" : {
16
16
"node" : " >=18" ,
17
- "pnpm" : " 9 "
17
+ "pnpm" : " 10 "
18
18
},
19
19
"dependencies" : {
20
20
"@angular/animations" : " 19.1.4" ,
You can’t perform that action at this time.
0 commit comments