Skip to content

Commit 6818f4b

Browse files
committed
chore: ci setup pnpm
1 parent fee923a commit 6818f4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656
uses: pnpm/action-setup@v2
5757
with:
5858
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."
5966
- name: Setup Pages
6067
uses: actions/configure-pages@v5
6168
with:

0 commit comments

Comments
 (0)