diff --git a/.github/workflows/.reusable-frontend-deploy.yml b/.github/workflows/.reusable-frontend-deploy.yml index 5594ebe1d878..4d8418f95d55 100644 --- a/.github/workflows/.reusable-frontend-deploy.yml +++ b/.github/workflows/.reusable-frontend-deploy.yml @@ -50,5 +50,5 @@ jobs: npm run env npm run bundle echo ${{ github.sha }} > CI_COMMIT_SHA - npm install --global vercel@31.2.0 + npm install --global vercel@47.2.2 vercel --prod --token ${{ secrets.VERCEL_TOKEN }}