From bc6e9027bb893954137a3bf836a03695ca94abbf Mon Sep 17 00:00:00 2001 From: azlam Date: Tue, 25 Jul 2023 13:59:47 +1000 Subject: [PATCH] fix: update review template --- .github/workflows/review.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c90984cba..4f80ee217 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -21,7 +21,12 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci + - uses: pnpm/action-setup@v2 + with: + version: 8 + + - name: 'Install Dependencies' + run: pnpm i - run: npx lerna run build - run: npx lerna run test -- --colors - run: bash <(curl -s https://codecov.io/bash) -v