File tree Expand file tree Collapse file tree 3 files changed +273
-685
lines changed Expand file tree Collapse file tree 3 files changed +273
-685
lines changed Original file line number Diff line number Diff line change 2828      uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5.0.0
2929      with :
3030        node-version-file : .nvmrc 
31-         check-latest : false 
32-         cache : npm 
31+         check-latest : true 
3332    - name : Install Dependencies 
3433      run : npm ci 
3534    - name : Run Linter 
5655      uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5.0.0
5756      with :
5857        node-version-file : .nvmrc 
59-         check-latest : false 
60-         cache : npm 
58+         check-latest : true 
6159    - name : Install Dependencies 
6260      run : npm ci 
6361    - name : Run Tests 
@@ -187,7 +185,7 @@ jobs:
187185      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5.0.0
188186        with :
189187          node-version : 24 
190-           cache :  npm 
188+           check-latest :  true 
191189          registry-url : https://registry.npmjs.org/ 
192190      - run : npm ci 
193191      - run : npm run build 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments