Update Node.js to v24
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-06-19 00:20:20 +00:00
parent d0c20aa68b
commit ad83355833

View File

@ -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