Skip to content

Commit 90867c0

Browse files
authored
Update nextjs.yml
1 parent 60cea8a commit 90867c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if [ -f "${{ github.workspace }}/pnpm-lock.yaml" ]; then
3838
echo "manager=pnpm" >> $GITHUB_OUTPUT
3939
echo "command=install" >> $GITHUB_OUTPUT
40-
echo "runner=pnpm" >> $GITHUB_OUTPUT
40+
echo "runner=pnpm exec" >> $GITHUB_OUTPUT
4141
exit 0
4242
elif [ -f "${{ github.workspace }}/yarn.lock" ]; then
4343
echo "manager=yarn" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)