From b64dd66c2ce2dcf702c8e55d7c5c2cd2613fe6c2 Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 18 Apr 2023 16:39:46 -0700 Subject: [PATCH] Fixes bundle comments https://github.com/hashicorp/nextjs-bundle-analysis/issues/52#issuecomment-1513913373 --- .github/workflows/nextjs-bundle-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index e5586be406b931..1e5d821a017c52 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -24,7 +24,7 @@ jobs: - name: Analyze bundle run: | cd apps/web - npx -p nextjs-bundle-analysis report + npx -p nextjs-bundle-analysis@0.5.0 report - name: Upload bundle uses: actions/upload-artifact@v2 @@ -76,7 +76,7 @@ jobs: id: fc with: issue-number: ${{ github.event.number }} - body-includes: "" + body-includes: "" - name: Create Comment uses: peter-evans/create-or-update-comment@v1.4.4