From 5fa13c4d3ce89948836dd186418959288f692429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:04:46 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v11 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de9fedd4..17a5fe09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - name: Get pnpm store directory id: pnpm-cache @@ -69,7 +69,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - id: set-matrix run: | export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c) @@ -150,7 +150,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - name: Get pnpm store directory id: pnpm-cache