Updated config.yml
This commit is contained in:
parent
2aae76dfa2
commit
94e1f1f14d
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-{{ checksum "package.json" }}
|
key: dependency-cache-{{ checksum "package.json" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install yarn
|
name: Update yarn
|
||||||
command: sudo npm install -g yarn
|
command: sudo npm upgrade -g yarn
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: yarn install
|
command: yarn install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue