Update node modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-08-02 12:01:53 +02:00
commit 8ba26f5600
6 changed files with 3064 additions and 448 deletions

View file

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:17-alpine
image: node:18-alpine3.15
commands:
- mkdir deploy
- apk --no-cache add python2 build-base
@ -60,7 +60,7 @@ platform:
steps:
- name: build front
image: node:17-alpine
image: node:18-alpine3.15
commands:
- mkdir deploy
- apk --no-cache add python2 build-base