Skip to content

Commit 318881a

Browse files
chore(deps): update pnpm to v10.25.0
1 parent b1f4e14 commit 318881a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2424
with:
25-
version: 10.24.0
25+
version: 10.25.0
2626
- name: Install Dependencies
2727
run: |
2828
pnpm install --frozen-lockfile

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@10.24.0",
8+
"packageManager": "pnpm@10.25.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"

0 commit comments

Comments
 (0)