mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
try npm install instead of npm ci
This commit is contained in:
parent
0f2a5ece48
commit
38e54af093
@ -107,7 +107,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
if [ ! -d node_modules ]; then
|
if [ ! -d node_modules ]; then
|
||||||
sudo npm install -g npm@6
|
sudo npm install -g npm@6
|
||||||
npm ci
|
npm install
|
||||||
fi
|
fi
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user