Skip to content

Commit

Permalink
Added required pnpm dependency installation in size-limit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Oct 21, 2023
1 parent 63b2a10 commit 67fd5d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/[email protected]
- name: Install PNPM & dev dependencies
uses: pnpm/[email protected]
with:
version: 8.x.x
run_install:
- recursive: true
- name: Build project to allow for browserify to run
run: pnpm build
- name: Run size-limit
Expand Down

0 comments on commit 67fd5d5

Please sign in to comment.