From 6fce4ad5a203dc8a0d81cfafe388e1a9f388b344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:59:01 +0000 Subject: [PATCH] Update dependency pnpm to v8.8.0 --- .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..73cd71caa 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.8.0 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/package.json b/package.json index 4cac33f8d..6d308fd1f 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.17.1", - "pnpm": "8.6.12" + "pnpm": "8.8.0" } }