Skip to content

Commit

Permalink
ci: fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Apr 24, 2024
1 parent 90b51b5 commit 274182a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install PNPM
run: npm install --global pnpm && pnpm setup
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Install Vercel CLI
run: pnpm install --global vercel@canary
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 274182a

Please sign in to comment.