From 726315299d5cf947366ef9c29093dd2dece0ccf1 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 9 Dec 2024 02:45:39 +0800 Subject: [PATCH] chore: try this --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa58643..fbae1a65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - run_install: false + run_install: | + - args: [--frozen-lockfile] - name: Lint if: ${{ matrix.os == 'ubuntu-latest' }}