mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
ci: Skip updating npm@6 as it is default
This commit is contained in:
parent
23fedf886f
commit
c426564a39
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user