Update .gitea/workflows/prisma-migrate.yaml

This commit is contained in:
2025-11-21 11:07:24 +00:00
parent b83d151aba
commit e949536edb

View File

@@ -39,6 +39,8 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install