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 @@ -106,7 +106,7 @@ jobs:
106106        with :
107107          fetch-depth : 0 
108108      - name : Set up Node (20) 
109-         uses : actions/setup-node@v3  
109+         uses : actions/setup-node@v4  
110110        with :
111111          node-version : 22.10.0 
112112      - name : Test setup and yarn install 
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210      - name : Unzip build artifact 
211211        run : tar xf build.tar.gz 
212212      - name : Set up Node (20) 
213-         uses : actions/setup-node@v3  
213+         uses : actions/setup-node@v4  
214214        with :
215215          node-version : 22.10.0 
216216      - name : Test setup and yarn install 
@@ -228,7 +228,7 @@ jobs:
228228    if : ${{ needs.build.outputs.changed == 'true'}} 
229229    steps :
230230      - name : Set up Node (20) 
231-         uses : actions/setup-node@v3  
231+         uses : actions/setup-node@v4  
232232        with :
233233          node-version : 22.10.0 
234234      - name : Download build archive 
Original file line number Diff line number Diff line change 8585        with :
8686          fetch-depth : 0 
8787      - name : Set up Node (20) 
88-         uses : actions/setup-node@v3  
88+         uses : actions/setup-node@v4  
8989        with :
9090          node-version : 22.10.0 
9191      - name : Test setup and yarn install 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments