File tree Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 3434      - uses : actions/checkout@v4 
3535      - uses : astral-sh/setup-uv@v6 
3636      - run : uv python install 3.12 
37+       - uses : pnpm/action-setup@v4 
38+         with :
39+           version : 10 
3740      - uses : actions/setup-node@v4 
3841        with :
3942          node-version : 24 
6063    runs-on : ubuntu-latest 
6164    steps :
6265      - uses : actions/checkout@v4 
66+       - uses : pnpm/action-setup@v4 
67+         with :
68+           version : 10 
6369      - uses : actions/setup-node@v4 
6470        with :
6571          node-version : 24 
@@ -131,6 +137,9 @@ jobs:
131137    runs-on : ubuntu-latest 
132138    steps :
133139      - uses : actions/checkout@v4 
140+       - uses : pnpm/action-setup@v4 
141+         with :
142+           version : 10 
134143      - uses : actions/setup-node@v4 
135144        with :
136145          node-version : 24 
@@ -180,6 +189,9 @@ jobs:
180189    runs-on : ubuntu-latest 
181190    steps :
182191      - uses : actions/checkout@v4 
192+       - uses : pnpm/action-setup@v4 
193+         with :
194+           version : 10 
183195      - uses : actions/setup-node@v4 
184196        with :
185197          node-version : 24 
Original file line number Diff line number Diff line change 2323        with :
2424          go-version-file : go.mod 
2525          check-latest : true 
26+       - uses : pnpm/action-setup@v4 
27+         with :
28+           version : 10 
2629      - uses : actions/setup-node@v4 
2730        with :
2831          node-version : 24 
Original file line number Diff line number Diff line change 2020        with :
2121          go-version-file : go.mod 
2222          check-latest : true 
23+       - uses : pnpm/action-setup@v4 
24+         with :
25+           version : 10 
2326      - uses : actions/setup-node@v4 
2427        with :
2528          node-version : 24 
Original file line number Diff line number Diff line change 2121        with :
2222          go-version-file : go.mod 
2323          check-latest : true 
24+       - uses : pnpm/action-setup@v4 
25+         with :
26+           version : 10 
2427      - uses : actions/setup-node@v4 
2528        with :
2629          node-version : 24 
Original file line number Diff line number Diff line change 2525        with :
2626          go-version-file : go.mod 
2727          check-latest : true 
28+       - uses : pnpm/action-setup@v4 
29+         with :
30+           version : 10 
2831      - uses : actions/setup-node@v4 
2932        with :
3033          node-version : 24 
Original file line number Diff line number Diff line change 11{
22  "type" : " module"  ,
3+   "packageManager" : 
" [email protected] " ,
 34  "engines" : {
45    "node" : " >= 20.0.0" 
56  },
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments