Skip to content

Commit

Permalink
fix for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jun 30, 2021
1 parent 282049a commit 7292279
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7292279

Please sign in to comment.