From c8a0005253c0ab619831fb27e9a4fd65140b16dd Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 23 Jun 2023 21:35:16 +0200 Subject: [PATCH] chore(github): use `pnpm` 8 --- .github/workflows/ci-dev.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 25d31046..29f70cda 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -29,7 +29,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae9414ae..8c1cd78d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory