From 87c37abd68ab7495c2e86e1e5eaea965d4488225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:27:31 +0000 Subject: [PATCH] chore(deps): update pnpm to v10.33.4 --- .github/workflows/publish-libs.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml index cefc6fea..429880c4 100644 --- a/.github/workflows/publish-libs.yaml +++ b/.github/workflows/publish-libs.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: '10.23.0' + version: '10.33.4' standalone: true - name: Cache Nx computation results diff --git a/package.json b/package.json index 95135087..b1cb8308 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "keywords": [], "author": "", "license": "ISC", - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.33.4", "devDependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1",