Skip to content
Prev Previous commit
Next Next commit
fix for documentation
  • Loading branch information
dmitry-shibanov committed Jun 30, 2021
commit 72922790cb23732db6a33f911db23457504c50ea
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down