chore(deps): update node.js to v21 #199

Merged
nemunaire merged 1 commit from renovate/node-21.x into master 2023-11-14 12:23:54 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4bbf8f6d03 - Show all commits

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

Renovate Bot 2023-11-14 09:03:35 +00:00

View file

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:20-alpine
image: node:21-alpine
commands:
- mkdir deploy
- cd ui
@ -59,7 +59,7 @@ platform:
steps:
- name: build front
image: node:20-alpine
image: node:21-alpine
commands:
- mkdir deploy
- cd ui

View file

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