Skip to content

Commit 73c2554

Browse files
committed
chore: Add PNPM installation step to GitHub Pages deployment workflow
1 parent a51e7c8 commit 73c2554

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
node-version: lts/*
1919

20+
- name: Install PNPM
21+
uses: pnpm/action-setup@v2
22+
with:
23+
version: latest
24+
2025
- name: Install dependencies
2126
run: pnpm install
2227

0 commit comments

Comments
 (0)