chore(deps): update node.js to v20 #14

Merged
nemunaire merged 1 commit from renovate/node-20.x into master 2023-08-03 06:59:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit be0600f8b6 - Show all commits

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

Renovate Bot 2023-08-03 05:26:55 +00:00

View file

@ -13,7 +13,7 @@ workspace:
steps:
- name: build front
image: node:18-alpine
image: node:20-alpine
commands:
- mkdir deploy
- cd ui

View file

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