File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ paths :
2+   ' **/*.yml '  :
3+     ignore :
4+       #  https://github.com/rhysd/actionlint/issues/559
5+       - ' invalid runner name "node24"' 
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ support](https://cloud.google.com/support).**
2323-    This action requires Google Cloud credentials to execute gcloud commands.
2424    See [ Authorization] ( #Authorization )  for more details.
2525
26- -    This action runs using Node 20 . If you are using self-hosted GitHub Actions
26+ -    This action runs using Node 24 . If you are using self-hosted GitHub Actions
2727    runners, you must use a [ runner
2828    version] ( https://github.com/actions/virtual-environments )  that supports this
2929    version or newer.
Original file line number Diff line number Diff line change @@ -99,5 +99,5 @@ branding:
9999  color : ' blue' 
100100
101101runs :
102-   using : ' node20 ' 
102+   using : ' node24 ' 
103103  main : ' dist/index.js' 
Original file line number Diff line number Diff line change 1212    "test" : " node --require ts-node/register --test-reporter spec --test tests/setup-gcloud.test.ts" 
1313  },
1414  "engines" : {
15-     "node" : " >= 20 .x"  ,
16-     "npm" : " >= 10 .x" 
15+     "node" : " >= 24 .x"  ,
16+     "npm" : " >= 11 .x" 
1717  },
1818  "repository" : {
1919    "type" : " git"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments