clean yarn cache

This commit is contained in:
Alexey 2021-08-19 13:05:26 +03:00
parent 9befe25540
commit 9c2d8ebd6a

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 14
- run: yarn cache clean
- run: yarn install - run: yarn install
- run: yarn lint - run: yarn lint
- run: yarn download - run: yarn download