From 703e32f9f737585228bd955061ae1b9dffcb6141 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Thu, 7 Sep 2023 09:49:46 +0800 Subject: [PATCH] feat: fix ci --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3825349a8..44804857c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: # postInstall will build the product - name: Install dependencies and Build the product - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Workflow failed alert if: ${{ failure() }}