Use npm install instead (problems with greenkeeper)
This commit is contained in:
parent
3a11d73e12
commit
ec43dade56
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- restore_cache:
|
||||
key: cache-{{ checksum "package-lock.json" }}
|
||||
|
||||
- run: npm ci
|
||||
- run: npm install
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue