Skip to content

Commit eb646d7

Browse files
authored
Update nextjs.yml
1 parent cdbc225 commit eb646d7

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
echo "runner=yarn" >> $GITHUB_OUTPUT
4141
exit 0
4242
elif [ -f "${{ github.workspace }}/package.json" ]; then
43-
echo "manager=npm" >> $GITHUB_OUTPUT
43+
echo "manager=pnpm" >> $GITHUB_OUTPUT
4444
echo "command=ci" >> $GITHUB_OUTPUT
4545
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4646
exit 0

0 commit comments

Comments
 (0)