build: use pnpm instead of npm to install deps for size checks
This commit is contained in:
committed by
Umputun
parent
0ed7452e77
commit
7bc7703dc2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user