From d3e22dddbd446bb7abb71f4043e45ab3e30778cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:31:29 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v11 --- .github/workflows/checks.yml | 2 +- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- .tool-versions | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index eccaef4..37e7b1a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -21,7 +21,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 8405889..474a1f3 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -13,7 +13,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dbb9c7..f4ff862 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 938d82c..fc56f04 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: @@ -33,7 +33,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: diff --git a/.tool-versions b/.tool-versions index bdf275d..53ec17f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -pnpm 10.11.0 +pnpm 11.5.1 nodejs 22.18.0