CI: Use "npm ci" instead of "npm install" in Makefile
This commit is contained in:
parent
710c50f895
commit
ebf3520d28
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -145,7 +145,7 @@ dep-list:
|
|||
dep-npm:
|
||||
sudo npm install -g npm
|
||||
dep-js:
|
||||
(cd frontend && npm install --silent --legacy-peer-deps)
|
||||
(cd frontend && npm ci --no-audit)
|
||||
dep-go:
|
||||
go build -v ./...
|
||||
dep-upgrade:
|
||||
|
|
Loading…
Reference in a new issue