We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be63096 commit 8503da2Copy full SHA for 8503da2
.github/workflows/nextjs.yml
@@ -40,7 +40,7 @@ jobs:
40
exit 0
41
elif [ -f "${{ github.workspace }}/package.json" ]; then
42
echo "manager=npm" >> $GITHUB_OUTPUT
43
- echo "command=ci" >> $GITHUB_OUTPUT
+ echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
44
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
45
46
else
0 commit comments