From 372dc3715ea09c5a62fcd184873be965fc7468a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 00:11:32 +0000 Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.5.0 to 2.6.0 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/2.5.0...2.6.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 bfa240db..b409b2f0 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.5.0 + uses: preactjs/compressed-size-action@2.6.0 with: pattern: "./packages/ui/lib/**/*.{js,css,html,json}" exclude: "{**/*.map,**/node_modules/**}"