File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616      - name : setup-node 
1717        uses : actions/setup-node@v4 
1818        with :
19-           node-version : 20 .x
19+           node-version : 22 .x
2020          cache : " npm" 
2121          cache-dependency-path : " **/package-lock.json" 
2222      - name : install 
4848      - name : setup-node 
4949        uses : actions/setup-node@v4 
5050        with :
51-           node-version : 20 .x
51+           node-version : 22 .x
5252          cache : " npm" 
5353          cache-dependency-path : " **/package-lock.json" 
5454      - name : install 
7878      - name : setup-node 
7979        uses : actions/setup-node@v4 
8080        with :
81-           node-version : 20 .x
81+           node-version : 22 .x
8282          cache : " npm" 
8383          cache-dependency-path : " **/package-lock.json" 
8484      - name : install 
Original file line number Diff line number Diff line change 2727      - name : Setup Node 
2828        uses : actions/setup-node@v4 
2929        with :
30-           node-version : " 20 .x" 
30+           node-version : " 22 .x" 
3131
3232      - name : Install dependencies and build 🔧 
3333        run : npm ci && npm run build 
Original file line number Diff line number Diff line change 3434name : Setup Node 
3535        uses : actions/setup-node@v4 
3636        with :
37-           node-version : " 20 .x" 
37+           node-version : " 22 .x" 
3838          registry-url : " https://registry.npmjs.org" 
3939
4040      - name : Install dependencies and build 🔧 
Original file line number Diff line number Diff line change 3737name : Setup Node 
3838        uses : actions/setup-node@v4 
3939        with :
40-           node-version : " 20 .x" 
40+           node-version : " 22 .x" 
4141          registry-url : " https://registry.npmjs.org" 
4242
4343      - name : Validate dir input 📂 
Original file line number Diff line number Diff line change 1- FROM  node:21 -alpine AS base
1+ FROM  node:22 -alpine AS base
22
33WORKDIR  /
44
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments