Update node Docker tag to v22
This commit is contained in:
		@@ -5,7 +5,7 @@ name: default
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: frontend_build
 | 
					- name: frontend_build
 | 
				
			||||||
  image: node:21
 | 
					  image: node:22
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
    - name: frontend_app
 | 
					    - name: frontend_app
 | 
				
			||||||
      path: /tmp/frontend_build
 | 
					      path: /tmp/frontend_build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user