From c3a76401fa515c14d07055ed60ec51e70778e385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:39:18 +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 d6515bd..9405c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v5 with: - version: 10.34.1 + version: 11.5.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/mise.toml b/mise.toml index 12d7460..bd6d516 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] node = "24.16.0" -pnpm = "10.34.1" +pnpm = "11.5.2"