From 006f921af515436abb66b67f4beaa7461fdb68a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:54:24 +0000 Subject: [PATCH] Update dependency pnpm to v7 --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1de1352..c28b056 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,7 +6,7 @@ on: - main env: - PNPM_VERSION: 6.32.25 + PNPM_VERSION: 7.4.1 jobs: build-and-deploy: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baac098..e072cc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 6.32.25 + PNPM_VERSION: 7.4.1 concurrency: group: ci-${{ github.head_ref || github.ref }}