Skip to content

Commit a558549

Browse files
Fixing workflow npx prisma error.
1 parent 800eb97 commit a558549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
name: '🐳 Build & Deploy'
1111

1212
steps:
13+
- name: '⬇️ Setup Node.js'
14+
uses: actions/setup-node@v4
15+
with:
16+
node-version: '20.x'
17+
cache: 'pnpm'
18+
cache-dependency-path: pnpm-lock.yaml
19+
1320
- name: '🔍 Checkout Code'
1421
uses: actions/checkout@v4
1522

0 commit comments

Comments
 (0)