From 5fc8349125aff28cfc281db58df921418115a921 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:01:46 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 12fa846..9d81b08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install ✨ run: pnpm install @@ -55,7 +55,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install ✨ run: pnpm install