From a0d32e945d5eee50effd17eb218364a9f17e4aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 05:03:38 +0000 Subject: [PATCH] chore(deps): update pnpm to v10.34.1 --- .github/workflows/test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d255af73..cdfc96f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: # https://github.com/pnpm/action-setup/releases/tag/v6.0.8 uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 with: - version: 10.28.0 + version: 10.34.1 run_install: false - name: Use Node.js ${{ matrix.node-version }} # https://github.com/actions/setup-node/releases/tag/v6.4.0 diff --git a/package.json b/package.json index 64c9ddb2..b0d9455d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "examples/*", "documentation" ], - "packageManager": "pnpm@10.28.0", + "packageManager": "pnpm@10.34.1", "engines": { "node": ">=20.0.0", "pnpm": ">=10.28.0"