Skip to content

Commit 4c0fde5

Browse files
committed
fix tests
1 parent edde8fc commit 4c0fde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test-scaffold.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function run(cmd: string) {
2020

2121
run('npm init -y');
2222
run(
23-
'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^3.22.4 decimal.js @types/node'
23+
'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^3.25.0 decimal.js @types/node'
2424
);
2525

2626
console.log('Test scaffold setup complete.');

0 commit comments

Comments
 (0)