style: fix yaml formatting in CI config
This commit is contained in:
parent
71599d0aff
commit
bccad70a2c
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
- run: yarn install --pure-lockfile
|
- run: yarn install --pure-lockfile
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
- run: yarn install --pure-lockfile
|
- run: yarn install --pure-lockfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue