Updated config.yml

This commit is contained in:
cryptofyre 2022-01-30 01:03:40 -06:00
parent 2aae76dfa2
commit 94e1f1f14d

View file

@ -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