Update Node.js to v24
This commit is contained in:
		@@ -6,7 +6,7 @@ name: default
 | 
				
			|||||||
steps:
 | 
					steps:
 | 
				
			||||||
# Frontend
 | 
					# Frontend
 | 
				
			||||||
- name: web_build
 | 
					- name: web_build
 | 
				
			||||||
  image: node:23
 | 
					  image: node:24
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
    - name: web_app
 | 
					    - name: web_app
 | 
				
			||||||
      path: /tmp/web_build
 | 
					      path: /tmp/web_build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user