Skip to content

Commit

Permalink
feat: fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
PTDTW committed Dec 13, 2024
1 parent d9aa2bf commit 0ca6424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# npm install
# node index.mjs
- name: Install npm packages
run: npm install
run: npm install --legacy-peer-deps
- name: Build Pages
run: npm run build
# - name: Build Email
Expand Down

0 comments on commit 0ca6424

Please sign in to comment.