From faa7e6c5b3900c97b4af2b93e0dfc7d38030a5d8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 2 Jun 2023 16:21:07 -0700 Subject: [PATCH] fix: pin vercel cli version --- .github/workflows/scheduled-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-build.yaml b/.github/workflows/scheduled-build.yaml index 460462a5..2cf980d9 100644 --- a/.github/workflows/scheduled-build.yaml +++ b/.github/workflows/scheduled-build.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Vercel CLI - run: npm install --global vercel@latest + run: npm install --global vercel@29.4.0 - name: Pull Vercel Environment Information run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts