From d21ce897d17366904370552df3715bebc7da7aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:16:40 +0000 Subject: [PATCH] Update dependency pnpm to v8.9.2 --- .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 99c5f489..6d1df208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.6.12 + PNPM_VERSION: 8.9.2 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/package.json b/package.json index c1e2a2ab..a042c106 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.18.2", - "pnpm": "8.6.12" + "pnpm": "8.9.2" } }