chore(deps): update node.js to v24
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Renovate Bot 2025-10-28 00:36:38 +00:00 committed by nemunaire
commit 67a6ec6f1c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ workspace:
steps: steps:
- name: build front - name: build front
image: node:22 image: node:24
commands: commands:
- mkdir deploy - mkdir deploy
- cd ui - cd ui

View file

@ -1,4 +1,4 @@
FROM node:22-alpine as nodebuild FROM node:24-alpine as nodebuild
WORKDIR /ui WORKDIR /ui