Update .gitea/workflows/prisma-migrate.yaml

This commit is contained in:
2025-11-21 10:53:40 +00:00
parent 4334d096f6
commit 39e5090b6e

View File

@@ -41,7 +41,7 @@ jobs:
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install -g prisma
run: npm ci
- name: Export secrets for prisma
run: |