From f9d8118db45fe561307c7fc329f025092181fa8d Mon Sep 17 00:00:00 2001 From: Konstantsin Kryulenia Date: Sun, 23 Jul 2023 16:26:08 +0300 Subject: [PATCH] update bundle size step --- .github/workflows/ci-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index dfb84285de..c220023b74 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -165,11 +165,11 @@ jobs: run_install: false - name: Check bundle size - uses: andresz1/size-limit-action@v1 + uses: andresz1/size-limit-action@v1.7.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} directory: ./frontend/apps/remark42 - skip_step: install + package_manager: pnpm test: name: Tests & Coverage