Update .gitea/workflows/prisma-migrate.yaml

This commit is contained in:
2025-10-31 09:14:56 +00:00
parent e18a13a781
commit e8e9785094

View File

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