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

This commit is contained in:
Renovate Bot 2023-08-03 05:26:55 +00:00 committed by nemunaire
parent ddd8c58f3a
commit 133b7ba55b
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:18-alpine image: node:20-alpine
commands: commands:
- mkdir deploy - mkdir deploy
- cd ui - cd ui

View File

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