Install dependencies with npm ci
This commit is contained in:
parent
bf65dde051
commit
6e2672583c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
key: npm-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
command: npm ci
|
||||
- save_cache:
|
||||
key: npm-{{ checksum "package-lock.json" }}
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue