Commit 7df2c6e
fix: set dummy DATABASE_URL for prisma generate in CI; bump action versions
prisma.config.ts calls env("DATABASE_URL") at load time, so prisma generate
fails in CI without a value set. A placeholder URL is sufficient — generate
only reads the schema, not the database.
Also bumps actions/checkout and actions/setup-node to Node 24-compatible
versions to resolve the deprecation warning.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 26d73b9 commit 7df2c6e
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments