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

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