From 72922790cb23732db6a33f911db23457504c50ea Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Wed, 30 Jun 2021 10:39:46 +0300 Subject: [PATCH] fix for documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b31ebdf5..edd3ea65 100644 --- a/README.md +++ b/README.md @@ -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.