From cf736a0e6dd97239f590441076cf7d27a88783a6 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 28 Feb 2023 19:39:22 +0800 Subject: [PATCH] ci: use no-frozen-lockfile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05cf4360..1598b2f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: - name: Install dependencies in the sample project working-directory: ../sample-project - run: pnpm install + run: pnpm install --no-frozen-lockfile - if: ${{ contains(matrix.flag-for-vitest, '--') }} name: Run unit test script -- 2.39.5