This repository was archived by the owner on Oct 14, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1414      - uses : actions/checkout@v4 
1515      - name : Install pnpm 
1616        uses : pnpm/action-setup@v4 
17-         with :
18-           version : 10 
1917      - name : Use Node.js ${{ matrix.node-version }} 
2018        uses : actions/setup-node@v4 
2119        with :
2624      - name : Run Formatter 
2725        run : pnpm format:check 
2826  test :
29-     name : Format 
27+     name : Test 
3028    runs-on : ubuntu-22.04 
3129    strategy :
3230      matrix :
3533      - uses : actions/checkout@v4 
3634      - name : Install pnpm 
3735        uses : pnpm/action-setup@v4 
38-         with :
39-           version : 10 
4036      - name : Use Node.js ${{ matrix.node-version }} 
4137        uses : actions/setup-node@v4 
4238        with :
4844        run : pnpm test 
4945
5046  build :
51-     name : Format 
47+     name : Build 
5248    runs-on : ubuntu-22.04 
5349    strategy :
5450      matrix :
5753      - uses : actions/checkout@v4 
5854      - name : Install pnpm 
5955        uses : pnpm/action-setup@v4 
60-         with :
61-           version : 10 
6256      - name : Use Node.js ${{ matrix.node-version }} 
6357        uses : actions/setup-node@v4 
6458        with :
Original file line number Diff line number Diff line change 1616      - uses : actions/checkout@v4 
1717      - name : Install pnpm 
1818        uses : pnpm/action-setup@v4 
19-         with :
20-           version : 10 
2119      - name : Use Node.js ${{ matrix.node-version }} 
2220        uses : actions/setup-node@v4 
2321        with :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments