From 892928fe700313a316c13436d18b3b0c52e1976d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 06:05:49 +0000 Subject: [PATCH] Update dependency pnpm to v10.31.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 ce65f11..3709c4d 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@v4.2.0 with: - version: 10.30.3 + version: 10.31.0 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v4.2.0 with: - version: 10.30.3 + version: 10.31.0 - run: pnpm install --frozen-lockfile - name: Setup auth run: |