From a04a263e57ebe82436836220187deca007819189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:21:35 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10 --- .github/workflows/publish-npm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index ab9f511..f7c117d 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -22,7 +22,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9.6.0 + version: 10.30.3 - name: Build run: | @@ -56,7 +56,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9.6.0 + version: 10.30.3 - name: Cache 'dist' directory uses: actions/cache@v4