From 9fd29deaf13a8255d9af0a9b4dab0432d41db84a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:42:34 +0000 Subject: [PATCH] Update dependency pnpm to v10.33.3 --- .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 1ae9a02..0822cfb 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.5 with: - version: 10.33.2 + version: 10.33.3 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v6.0.5 with: - version: 10.33.2 + version: 10.33.3 - run: pnpm install --frozen-lockfile - name: Setup auth run: |