We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d8a1f commit f3d8716Copy full SHA for f3d8716
packages/schema/tests/generator/prisma-generator.test.ts
@@ -21,7 +21,7 @@ describe('Prisma generator test', () => {
21
process.chdir(r.name);
22
23
execSync('npm init -y', { stdio: 'ignore' });
24
- execSync('npm install prisma');
+ execSync('npm install prisma@6.19.x');
25
});
26
27
afterEach(() => {
0 commit comments