From e580d3e1cbdae214fa84824559e14112078a8e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 09:26:20 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a596bbf..a4a0703 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 with: - version: 9.15.9 + version: 10.14.0 - uses: actions/setup-node@v4 with: node-version: 'lts/*'