From 7bc7703dc26cd3a5a8da4e920b6ff1b472dcec41 Mon Sep 17 00:00:00 2001 From: Alexander Gusman Date: Mon, 24 Jul 2023 09:59:23 +0300 Subject: [PATCH] build: use pnpm instead of npm to install deps for size checks --- .github/workflows/ci-frontend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index f920fcf7..2087f782 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -165,10 +165,11 @@ jobs: run_install: false - name: Check bundle size - uses: andresz1/size-limit-action@v1 + uses: andresz1/size-limit-action@dd31dce7dcc72a041fd3e49abf0502b13fc4ce05 with: github_token: ${{ secrets.GITHUB_TOKEN }} directory: ./frontend/apps/remark42 + package_manager: pnpm test: name: Tests & Coverage