Skip to content

Commit

Permalink
fix: ensure pnpm is available when running vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreasgdp committed Aug 11, 2024
1 parent 1bcdcf5 commit a2bd089
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_stating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ jobs:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.TURBO_TOKEN }}
- name: Setup pnpm
uses: pnpm/[email protected]
with:
run_install: true
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.TURBO_TOKEN }}
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit a2bd089

Please sign in to comment.