ui: Update node version and node packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
nemunaire 2022-07-17 11:16:41 +02:00
commit 1535db06f3
5 changed files with 521 additions and 548 deletions

View file

@ -75,7 +75,7 @@ steps:
CGO_ENABLED: 0
- name: build frontend ui
image: node:16-alpine3.15
image: node:18-alpine3.15
commands:
- apk --no-cache add python2 build-base
- cd frontend/ui
@ -363,7 +363,7 @@ steps:
CGO_ENABLED: 0
- name: build frontend ui
image: node:16-alpine3.15
image: node:18-alpine3.15
commands:
- apk --no-cache add python2 build-base
- cd frontend/ui