Skip to content

Commit 2dc6d60

Browse files
committed
chore: update pnpm version
1 parent 04afded commit 2dc6d60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The more details you provide, the easier it is to understand and fix the issue.
4242

4343
### Prerequisites
4444

45-
- **Node.js** >= 24.0.0
46-
- **pnpm** 9.12.3 or higher (this project uses pnpm, not npm or yarn)
45+
- **Node.js**
46+
- **pnpm** (this project uses pnpm, not npm or yarn)
4747

4848
### Installation
4949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Christoph Werner <christoph@codepunkt.de>",
66
"description": "Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.",
77
"type": "module",
8-
"packageManager": "pnpm@9.12.3",
8+
"packageManager": "pnpm@10.24.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"

0 commit comments

Comments
 (0)