Skip to content

Commit fc5b11e

Browse files
chore(deps): update pnpm to v10.27.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a000b16 commit fc5b11e

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

0 commit comments

Comments
 (0)