Skip to content

Commit

Permalink
fix: fixed vercel build error #44
Browse files Browse the repository at this point in the history
fix: fixed vercel build error
  • Loading branch information
a0v0 authored Apr 19, 2024
2 parents 4b8b938 + 0359424 commit 79b9154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 79b9154

Please sign in to comment.