From 35574ffce2fcd514405958190b85556377c9246a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:55:27 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v12 --- .github/workflows/checks.yml | 2 +- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 6 +++--- .github/workflows/website.yml | 2 +- .tool-versions | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8628ff2..1ccea61 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: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 5cc2056..39b4e86 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: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad9e533..13a786f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56dceb8..2038086 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: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: @@ -33,7 +33,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: @@ -52,7 +52,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2d95ff8..47fb316 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 11.11.0 + version: 12.3.4 - name: Install Node.js uses: actions/setup-node@v7 with: diff --git a/.tool-versions b/.tool-versions index 581237a..7b1e239 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -pnpm 11.9.0 +pnpm 12.3.4 nodejs 22.23.0