From 69fb8c811d8fdbc7bdc968033834ddede59ee885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:24:37 -0500 Subject: [PATCH] chore(deps): update pnpm to v8 (#249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng --- .github/workflows/ci.yml | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 920ea82d..8c4b6e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,12 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.4.0 + if: ${{ matrix.node_version != 14 }} + uses: pnpm/action-setup@v2 + + - name: Install pnpm 8 (node 14) + if: ${{ matrix.node_version == 14 }} + run: npm install -g @pnpm/exe@next-8 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 diff --git a/package.json b/package.json index ffa825fb..aa6357a2 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.33.6", + "packageManager": "pnpm@8.7.1", "pnpm": { "overrides": { "@vitejs/plugin-vue": "workspace:*"