From 18fc10043407f99ac7c82af3a15e819f83f7e202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:08:50 +0000 Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.6.0 to 2.7.0 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/2.6.0...2.7.0) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b409b2f0..2162e588 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -40,7 +40,7 @@ jobs: "npx wait-on tcp:6006 && npm test" - name: compressed-size-action - uses: preactjs/compressed-size-action@2.6.0 + uses: preactjs/compressed-size-action@2.7.0 with: pattern: "./packages/ui/lib/**/*.{js,css,html,json}" exclude: "{**/*.map,**/node_modules/**}"