From 8cd513556a912d8ad59f75de4fdae9cdadcabacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 04:58:57 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8235ee..dcfb15a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v2 with: - version: 8.15.9 + version: 10.32.1 - uses: actions/setup-node@v6 with: node-version: 24.14.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afa3d65..9b8ea40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Need history for changelog generation - uses: pnpm/action-setup@v2 with: - version: 8.15.9 + version: 10.32.1 - uses: actions/setup-node@v6 with: node-version: 24.14.0