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 75025bb commit 628d730Copy full SHA for 628d730
.github/workflows/nextjs.yml
@@ -41,7 +41,7 @@ jobs:
41
exit 0
42
elif [ -f "${{ github.workspace }}/package.json" ]; then
43
echo "manager=npm" >> $GITHUB_OUTPUT
44
- echo "command=ci" >> $GITHUB_OUTPUT
+ echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
45
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
46
47
else
0 commit comments