Skip to content

Commit 3881787

Browse files
Update nextjs.yml
1 parent 60e788a commit 3881787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
echo "runner=yarn" >> $GITHUB_OUTPUT
4141
exit 0
4242
elif [ -f "${{ github.workspace }}/tensorsofthewall/package.json" ]; then
43-
echo "manager=npm" >> $GITHUB_OUTPUT
43+
echo "manager=pnpm" >> $GITHUB_OUTPUT
4444
echo "command=ci" >> $GITHUB_OUTPUT
45-
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
45+
echo "runner=pnpx --no-install" >> $GITHUB_OUTPUT
4646
exit 0
4747
else
4848
echo "Unable to determine package manager"

0 commit comments

Comments
 (0)