From 88c0d93d7c9f59c521ecf98e4d7176f536a35579 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:26:19 +0100 Subject: [PATCH] chore: update bundle-analysis step --- .github/workflows/nextjs-bundle-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 4db9841c5..0a3a3d3ac 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -40,7 +40,7 @@ jobs: run: npm install -g @next/bundle-analyzer - name: Install dependencies - run: npm i --include=dev + run: npm i -D next-secure-headers - name: Build packages run: npm run build