From 23e8021cc741dc3809ca5ed69b9d95af34c6ad60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 17:31:29 +0000 Subject: [PATCH] Update dependency pnpm to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 729a5b75..11fcf125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: - cron: '0 3 * * *' # daily, at 3am env: - PNPM_VERSION: 6.35.1 + PNPM_VERSION: 7.28.0 jobs: lint: