From a1f60f24fd16fbbec2e922599fa3ac130e9d3522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 16:08:10 +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 ad82fa0a..aff83f07 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.21.0 jobs: lint: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bcbe1bc..6ff5a03b 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.21.0 jobs: release: