From d746462411a6cf7adf45ea3c55ceafad63217728 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:38:50 +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 7d43796..1593d8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.18.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/mise.toml b/mise.toml index 12d7460..cfc7f7a 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] node = "24.16.0" -pnpm = "10.34.1" +pnpm = "11.18.0"