chore(deps): update node.js to v22 #206

Merged
nemunaire merged 1 commits from renovate/node-22.x into master 2024-11-21 08:57:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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