From 67f256d5455e8e6822a65fd28d5c15722e39b703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:32:59 +0000 Subject: [PATCH] Update dependency pnpm to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97649ce2..6e8b0b97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 6.35.1 + PNPM_VERSION: 7.27.0 jobs: lint: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40ee9b8b..1975d560 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*' env: - PNPM_VERSION: 6.35.1 + PNPM_VERSION: 7.27.0 jobs: release: