From 0ebf95e01e623944d5eb2254633c2acef30e235d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:10:17 +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..753ab847 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.30.3 jobs: lint: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40ee9b8b..f601059a 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.30.3 jobs: release: