From 185d0b382c91e8953b739d541091a80deab14edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 18 Sep 2024 12:15:06 +0800 Subject: [PATCH] chore: Update Vercel deployment workflow to use pnpm instead of npm --- .gitea/workflows/vercel.yml | 5 +++++ 1 file changed, 5 insertions(+) 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