chore(deps): update node.js to v22
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-10-29 00:42:39 +00:00
parent 058082f3dd
commit f8a7f057e7
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:21 image: node:22
commands: commands:
- mkdir deploy - mkdir deploy
- cd ui - cd ui

View File

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