Skip to content

Commit 0f8d38f

Browse files
Fixing workflow npx prisma error.
1 parent a558549 commit 0f8d38f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
cache: 'pnpm'
1818
cache-dependency-path: pnpm-lock.yaml
1919

20+
- name: '⬇️ Install pnpm'
21+
run: npm install -g pnpm
22+
2023
- name: '🔍 Checkout Code'
2124
uses: actions/checkout@v4
2225

0 commit comments

Comments
 (0)