diff --git a/.gitea/workflows/vercel.yml b/.gitea/workflows/vercel.yml index 8246aef..8ab6b4e 100644 --- a/.gitea/workflows/vercel.yml +++ b/.gitea/workflows/vercel.yml @@ -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