Skip to content

Commit

Permalink
build: use pnpm instead of npm to install deps for size checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gusman committed Jul 24, 2023
1 parent a3d5eff commit 9f93506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f93506

Please sign in to comment.