Skip to content

Commit

Permalink
chore: update bundle-analysis step
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 16, 2024
1 parent f2900b2 commit 88c0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88c0d93

Please sign in to comment.