1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

ci: Skip updating npm@6 as it is default

This commit is contained in:
Whymarrh Whitby 2019-03-12 13:24:20 -02:30
parent 23fedf886f
commit c426564a39

View File

@ -86,9 +86,9 @@ jobs:
steps:
- checkout
- run:
name: Install npm 6 + deps via npm
name: Install deps via npm
command: |
sudo npm install -g npm@6 && npm ci
npm ci
- persist_to_workspace:
root: .
paths: