chore(deps): update node.js to v24 #305

Merged
nemunaire merged 1 commit from renovate/node-24.x into master 2026-03-19 03:25:32 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e6ba3344c1 - Show all commits

chore(deps): update node.js to v24
Some checks reported errors
continuous-integration/drone/push Build was killed

Renovate Bot 2025-10-28 00:36:38 +00:00

View file

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

View file

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