From 5d9703af072b56050fdfd1b5f9e28f92ae92df34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:19:21 +0000 Subject: [PATCH] Update dependency pnpm to v8 --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3db3491..add6817 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,7 +6,7 @@ on: - main env: - PNPM_VERSION: 6.35.1 + PNPM_VERSION: 8.6.6 jobs: build-and-deploy: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1099396..b832f04 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: 8.6.6 concurrency: group: ci-${{ github.head_ref || github.ref }}