fix for documentation

This commit is contained in:
Dmitry Shibanov 2021-06-30 10:39:46 +03:00
parent 282049a5b1
commit 72922790cb

View File

@ -55,8 +55,8 @@ steps:
with:
node-version: '14'
cache: 'yarn'
- run: npm install
- run: npm test
- run: yarn install
- run: yarn test
```
Yarn caching handles both yarn versions: 1 or 2.