Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet authored Oct 8, 2024
1 parent 3fdda01 commit d3bf1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
node-version: 20
cache: 'pnpm'

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm

# Install the latest version of Vercel CLI
- name: Install Vercel CLI
run: npm install --global vercel@latest
Expand Down

0 comments on commit d3bf1b8

Please sign in to comment.