[chore] - change version npm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 14:27:40 +07:00
parent 1b38ec60c4
commit 0bf0f4fc2c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ globals:
from_secret: gitea_password
steps:
- name: API # building the API docker image
- name: Build Web App
image: plugins/docker
settings:
dockerfile: Dockerfile

View File

@@ -2,7 +2,7 @@ FROM node:12.19.0-buster AS compile-image
WORKDIR /opt/ng
COPY package.json /opt/ng/package.json
RUN npm install
RUN npm install@lastest
RUN npm install -g @angular/cli
ENV PATH="./node_modules/.bin:$PATH"