ui: Update node version and node packages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
40f0c18979
commit
1535db06f3
5 changed files with 521 additions and 548 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue