From 8f6fc64c49c5d4f2a7470bbc26d3ba1c8d1560c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:34:24 +0000 Subject: [PATCH] Update dependency pnpm to v8.6.11 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d6d6b0..5610f6d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.6.10 + PNPM_VERSION: 8.6.11 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/package.json b/package.json index ad8aece6..3eef6d32 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.17.0", - "pnpm": "8.6.10" + "pnpm": "8.6.11" } }