Update Node.js to v24

This commit is contained in:
Renovate Bot 2025-10-28 00:11:40 +00:00 committed by Pierre-Olivier Mercier
commit 65c8e9a528
4 changed files with 29 additions and 69 deletions

View file

@ -9,7 +9,7 @@ platform:
steps:
- name: frontend
image: node:22-alpine
image: node:24-alpine
commands:
- cd web
- npm install --network-timeout=100000