Skip to content

Commit

Permalink
Update bundle size checker version to support node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
oaratovskyi committed Jul 29, 2024
1 parent 2101d76 commit 3c08e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version-file: '.nvmrc'
cache: npm
- name: Checking for file changes
uses: preactjs/compressed-size-action@265b0667736973f2d83b1a35fdc5440d6cb3322e
uses: preactjs/compressed-size-action@75744b35590ae9b59f35351ed3f71aebae84453f
with:
pattern: '{release/**/*.js,release/**/*.css}'
exclude: '{release/vendor/**}'
4 changes: 4 additions & 0 deletions changelog/dev-update-bundle-size-check-node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Update bundle size checker workflow to support node v20

0 comments on commit 3c08e69

Please sign in to comment.