Skip to content

Commit f8d6203

Browse files
committed
chore(ci): add pnpm installation step in deploy workflow
1 parent 3710ab3 commit f8d6203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37+
- name: Install dependencies
38+
run: npm install -g pnpm
3739
- name: Install dependencies and build
3840
run: |
3941
pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)