From 3e728f10b2f20fc82f0a0ce0806f4770d7cc763a Mon Sep 17 00:00:00 2001 From: Saran Tanpituckpong Date: Sun, 30 May 2021 17:00:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20CI=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove Lerna. Use Yarn 2. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 678f8f2..d697f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install -g yarn - - run: npm install -g lerna - - run: lerna bootstrap + - run: yarn - run: yarn test