From a2b88ac64e8ec5c50924e2d2912a552be9c608cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 03:27:12 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v9.15.9 --- .github/workflows/publish.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76025ab1..70ab709b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.15.9 run_install: true - run: pnpm run build diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ec3940f8..d80ddc96 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.15.9 run_install: true - run: pnpm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0ed02e8..6185e7c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.15.9 run_install: true - run: pnpm run build