chore: Update Vercel deployment workflow to use pnpm instead of npm
Some checks failed
CI / cache-and-install (push) Has been cancelled
GitHub Actions Vercel Production Deployment / Deploy-Production (push) Successful in 1m54s

This commit is contained in:
严浩
2024-09-18 12:15:06 +08:00
parent 119c642816
commit 185d0b382c

View File

@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Vercel CLI
run: npm install --global vercel@canary
- name: Pull Vercel Environment Information