File tree Expand file tree Collapse file tree 2 files changed +4337
-5370
lines changed Expand file tree Collapse file tree 2 files changed +4337
-5370
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - next
7- - dev-harmony
87 - V3.0
98
109 pull_request :
1110 branches :
1211 - next
13- - dev-harmony
1412 - V3.0
1513
1614 workflow_dispatch :
@@ -21,13 +19,13 @@ jobs:
2119 steps :
2220 - uses : actions/checkout@v4
2321
24- - name : Install pnpm
25- run : corepack enable pnpm
22+ - name : Install pnpm
23+ run : corepack enable pnpm
2624
27- - uses : actions/setup-node@v4
28- with :
29- node-version : ' 20'
30- cache : ' pnpm'
25+ - uses : actions/setup-node@v4
26+ with :
27+ node-version : ' 20'
28+ cache : ' pnpm'
3129
3230 - name : Install dependencies
3331 run : pnpm install
@@ -65,13 +63,13 @@ jobs:
6563 steps :
6664 - uses : actions/checkout@v4
6765
68- - name : Install pnpm
69- run : corepack enable pnpm
66+ - name : Install pnpm
67+ run : corepack enable pnpm
7068
71- - uses : actions/setup-node@v4
72- with :
73- node-version : ' 20'
74- cache : ' pnpm'
69+ - uses : actions/setup-node@v4
70+ with :
71+ node-version : ' 20'
72+ cache : ' pnpm'
7573
7674 - name : Install dependencies
7775 run : pnpm install
You can’t perform that action at this time.
0 commit comments