From 9ce024bb5ac964c97d78dc53394be41fa313ce54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:48:20 +0000 Subject: [PATCH] Update dependency pnpm to v10 --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 548a4b3d..7a7d66f9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: node-version: 22 - uses: pnpm/action-setup@v4.1.0 with: - version: 6.35.1 + version: 10.32.1 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: 22 - uses: pnpm/action-setup@v4.1.0 with: - version: 6.35.1 + version: 10.32.1 - run: pnpm install --frozen-lockfile - name: Setup auth run: |