Skip to content

Commit

Permalink
ci: Try force-bumping compressed-size action
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Feb 14, 2025
1 parent 133776c commit a33b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version-file: 'package.json'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- uses: preactjs/compressed-size-action@v2
- uses: preactjs/compressed-size-action@2.7.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Our `prepare` script already builds the app post-install,
Expand Down

0 comments on commit a33b56f

Please sign in to comment.