From f82be4e99272cd42e233bbfee1efbc37a044083d Mon Sep 17 00:00:00 2001 From: Colin Regourd Date: Wed, 9 Oct 2024 14:19:54 +0200 Subject: [PATCH] Fix vercel version --- .github/workflows/vercel-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index 17d98383..2b4fbc41 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -36,7 +36,7 @@ jobs: run: cd apps/example && yarn prisma generate - name: Install Vercel CLI - run: npm install --global vercel@latest + run: npm install --global vercel@37.6.1 - name: Pull Vercel Environment Information (Docs) run: vercel pull --yes --environment=${{ inputs.environment }} --token=${{ secrets.VERCEL_TOKEN }}