We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8838381 commit cedaaf4Copy full SHA for cedaaf4
.github/workflows/nextjs-static-gh-pages.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: '20'
46
cache: ${{ steps.detect-pm.outputs.manager }}
47
48
- # New step to install pnpm if needed
+ # Install pnpm if needed before verifying environment
49
- name: 📦 Install Package Manager
50
if: steps.detect-pm.outputs.manager == 'pnpm'
51
run: npm install -g pnpm
0 commit comments