Skip to content

Commit c444ce9

Browse files
committed
fix: add pnpm installation step to workflow
1 parent ebe66ea commit c444ce9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
submodules: recursive
2525
fetch-depth: 0
2626

27+
- name: Install pnpm
28+
uses: pnpm/action-setup@v4
29+
with:
30+
version: latest
31+
32+
- name: Set up Node.js
2733
- name: Set up Node.js
2834
uses: actions/setup-node@v4
2935
with:

0 commit comments

Comments
 (0)