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