Skip to content

Commit

Permalink
Attempting to resolve the peer dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CCoffie committed Mar 25, 2024
1 parent af10a55 commit 9c16e5c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 924 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} --legacy-peer-deps
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
Expand Down

0 comments on commit 9c16e5c

Please sign in to comment.