Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Apr 24, 2024
1 parent dec7561 commit 90b51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install PNPM
run: npm install --global pnpm
run: npm install --global pnpm && pnpm setup
- name: Install Vercel CLI
run: pnpm install --global vercel@canary
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 90b51b5

Please sign in to comment.