Skip to content

Commit

Permalink
add pnpm in bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Mar 12, 2024
1 parent 139342f commit 9049ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bundleSize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
- uses: preactjs/compressed-size-action@v2
with:
build-script: "build:odc"
Expand Down

0 comments on commit 9049ecf

Please sign in to comment.