From 8cab9de570f50e52737aeb700fe7951008ac5ef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:10:04 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v11 --- .github/workflows/build.yml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9e324e..afd839f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.22.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v7 with: diff --git a/mise.toml b/mise.toml index 12d7460..2ce3877 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] node = "24.16.0" -pnpm = "10.34.1" +pnpm = "11.22.0"