From 51ab2fdc9d71b199ae7b91dd4155ba75e97a8514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:18:31 +0000 Subject: [PATCH] Update dependency pnpm to v11 --- .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 36f5c2b..18fc70d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v5.0.0 with: - version: 5.18.10 + version: 11.25.0 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v5.0.0 with: - version: 5.18.10 + version: 11.25.0 - run: pnpm install --frozen-lockfile - name: Setup auth run: |