fix: pin vercel cli version
This commit is contained in:
parent
0782ec1de4
commit
faa7e6c5b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled-build.yaml
vendored
2
.github/workflows/scheduled-build.yaml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue