From cf8ebd7b62b852befa221da64c9e4e6bfd3fe178 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 30 May 2023 00:37:31 +0800 Subject: [PATCH] chore: update pnpm to 8 --- .github/workflows/ci.yml | 4 ++-- pnpm-lock.yaml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620d83d3..2081e9f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: node-version: 18 @@ -104,7 +104,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f0dd40e..d0440b0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false importers: -- 2.39.5