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