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 cdbc225 commit eb646d7Copy full SHA for eb646d7
.github/workflows/nextjs.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "runner=yarn" >> $GITHUB_OUTPUT
41
exit 0
42
elif [ -f "${{ github.workspace }}/package.json" ]; then
43
- echo "manager=npm" >> $GITHUB_OUTPUT
+ echo "manager=pnpm" >> $GITHUB_OUTPUT
44
echo "command=ci" >> $GITHUB_OUTPUT
45
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
46
0 commit comments