From bd53ea6dbf76d0326213c52eb1d534c03605818f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:56:03 +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 a11c13541..b8afd2196 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 4cac33f8d..9d5696f2d 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.17.1", - "pnpm": "8.6.12" + "pnpm": "8.9.2" } }