Skip to content

Commit 75175d7

Browse files
committed
install pnpm for GH actions
1 parent 1da8b9f commit 75175d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
- uses: pnpm/action-setup@v2
16+
name: Install pnpm
17+
id: pnpm-install
18+
with:
19+
version: 8.3.1
20+
run_install: false
1521
- name: Install Vercel CLI
1622
run: npm install --global vercel@latest
1723
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)