From 95c82ba0b63c8a95f05834c3ad71612cc460b5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:11:25 +0000 Subject: [PATCH] Update dependency pnpm to v8.15.4 (#923) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32969406..c26513af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.15.1 + PNPM_VERSION: 8.15.4 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14c17623..8eab0cf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: - main env: - PNPM_VERSION: 8.15.1 + PNPM_VERSION: 8.15.4 jobs: build-and-deploy: