From 8817c54b9b79f91c5124ab33cc01be7ced3fca62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 May 2022 01:06:12 +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 544c0887..d5ba211a 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.16 + PNPM_VERSION: 7.1.5 jobs: lint: