Skip to content

Commit f0400ca

Browse files
committed
fix
1 parent 7e94b30 commit f0400ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
node-version: 20
2828
cache: 'pnpm'
2929

30-
- name: 🛠️ Install Dependencies
31-
run: npm install
30+
- name: ⬇️ Install pnpm
31+
run: npm install -g pnpm
32+
- name: 🛠️ Install Dependencies (Now uses pnpm)
33+
run: pnpm install
3234

3335
- name: 📄 Setup Pages
3436
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)