Skip to content

Commit

Permalink
setup node version for vercel-deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Dec 21, 2024
1 parent ae1404a commit ec7baf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
working-directory: ./apps/astro
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18.x"
- uses: oven-sh/setup-bun@v2
- name: Install Vercel CLI
run: bun install --global vercel@latest
Expand Down

0 comments on commit ec7baf0

Please sign in to comment.