build(deps): update node modules versions #7

Open
bgaude wants to merge 2 commits from upgrade into develop
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a387f562cf - Show all commits

View File

@ -18,7 +18,7 @@ RUN cp -f misc/docker/config-patch.yml misc/release/config-patch.yml
RUN go get github.com/krishicks/yaml-patch/cmd/yaml-patch
RUN npm install \
RUN npm ci \
&& make vendor \
&& echo "---" > ./misc/release/config-patch.yml \
&& make ARCH_TARGETS=amd64 release