Skip to content

Commit 8503da2

Browse files
authored
Update nextjs.yml
1 parent be63096 commit 8503da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
exit 0
4141
elif [ -f "${{ github.workspace }}/package.json" ]; then
4242
echo "manager=npm" >> $GITHUB_OUTPUT
43-
echo "command=ci" >> $GITHUB_OUTPUT
43+
echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
4444
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4545
exit 0
4646
else

0 commit comments

Comments
 (0)