Skip to content

Commit 8ff8e69

Browse files
fix 2
1 parent db4b3a7 commit 8ff8e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/frontend.deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v2
3131
with:
3232
version: 8
33+
standalone: true # ✅ This ensures pnpm is globally available!
3334

3435
- name: Install dependencies
3536
run: pnpm install --frozen-lockfile
@@ -39,8 +40,6 @@ jobs:
3940

4041
- name: Deploy to Vercel
4142
uses: amondnet/vercel-action@v25
42-
env:
43-
PATH: /home/runner/.local/share/pnpm:$PATH # Make pnpm available in Vercel action
4443
with:
4544
vercel-token: ${{ secrets.VERCEL_TOKEN }}
4645
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)