Skip to content

Commit 628d730

Browse files
committed
fix: update GitHub Actions workflow to use legacy peer dependencies
1 parent 75025bb commit 628d730

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
@@ -41,7 +41,7 @@ jobs:
4141
exit 0
4242
elif [ -f "${{ github.workspace }}/package.json" ]; then
4343
echo "manager=npm" >> $GITHUB_OUTPUT
44-
echo "command=ci" >> $GITHUB_OUTPUT
44+
echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
4545
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4646
exit 0
4747
else

0 commit comments

Comments
 (0)