From 6212a29f15303aca13216c62baa17537e658e056 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jun 2022 03:36:32 +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 e74f8875..f2609fc0 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.32.21 + PNPM_VERSION: 7.2.1 jobs: lint: