From fb8c666ef6ecdb32fd334b637871c4ddd839b1bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:34:05 +0000 Subject: [PATCH] Update dependency pnpm to v11.15.0 --- .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 62d42c5..c616d4a 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@v6.0.9 with: - version: 11.14.0 + version: 11.15.0 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v6.0.9 with: - version: 11.14.0 + version: 11.15.0 - run: pnpm install --frozen-lockfile - name: Setup auth run: |