Skip to content

Commit

Permalink
Update size limits and size limits action
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 1, 2024
1 parent 690a4d5 commit 3116775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: hugo

- name: Check bundle size limits
uses: andresz1/size-limit-action@v1
uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: hugo/
Expand Down
2 changes: 1 addition & 1 deletion hugo/.size-limit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
{
path: 'static/build/app.js',
limit: '16 KB',
limit: '17 KB',
},
{
path: 'static/build/manifest.js',
Expand Down

0 comments on commit 3116775

Please sign in to comment.