Skip to content

Commit cedaaf4

Browse files
pnpm fix #3.
1 parent 8838381 commit cedaaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs-static-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: '20'
4646
cache: ${{ steps.detect-pm.outputs.manager }}
4747

48-
# New step to install pnpm if needed
48+
# Install pnpm if needed before verifying environment
4949
- name: 📦 Install Package Manager
5050
if: steps.detect-pm.outputs.manager == 'pnpm'
5151
run: npm install -g pnpm

0 commit comments

Comments
 (0)