build: dedupe packages in lockfile (#1259)

This commit is contained in:
LongYinan
2023-03-03 02:44:48 +08:00
committed by GitHub
parent a61bb4f8bc
commit 6c4def18a6
2 changed files with 111 additions and 267 deletions

View File

@@ -79,7 +79,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Download artifact
uses: actions/download-artifact@v3