Skip to content

Commit 88b94fe

Browse files
committed
fix: resolve PNPM version conflict in GitHub Actions workflow
- Update PNPM version specification to resolve build failures - Ensure consistent PNPM version across CI/CD pipeline
1 parent c45c178 commit 88b94fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-hugo-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
29+
with:
30+
version: pnpm
2931

3032
- name: Set up Node.js
3133
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)