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 fee923a commit 6818f4bCopy full SHA for 6818f4b
.github/workflows/nextjs.yml
@@ -56,6 +56,13 @@ jobs:
56
uses: pnpm/action-setup@v2
57
with:
58
version: 8
59
+ - name: Verify pnpm installation
60
+ if: steps.detect-package-manager.outputs.manager == 'pnpm'
61
+ run: |
62
+ echo "Attempting to verify pnpm installation..."
63
+ pnpm --version
64
+ which pnpm
65
+ echo "pnpm verification complete."
66
- name: Setup Pages
67
uses: actions/configure-pages@v5
68
0 commit comments