Skip to content

Commit f40da51

Browse files
committed
Install uv for Vercel deploy workflow
1 parent a2904ef commit f40da51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-vercel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
with:
4242
node-version: "20"
4343

44+
- name: Set up uv
45+
if: ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
46+
uses: astral-sh/setup-uv@v6
47+
4448
- name: Install Vercel CLI
4549
if: ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
4650
run: npm install --global vercel@latest

0 commit comments

Comments
 (0)