From 16f71b6c4acf2cf32edd899c1d2e42ceaeb8795e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:00:21 +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..2f994fd 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.33.0 - 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..8b38581 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.33.0 - uses: actions/setup-node@v6 with: node-version: 24.14.0