From 39e01e9a8a1f478b2ceb922db6cb1b3aaf5afa5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=20fix(CI):=E4=BF=AE=E5=A4=8DCI=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * test(CI):测试CI * fix(CI):修复CI失效问题 --- .github/workflows/ci.yml | 4 ++-- src/pages/DetailInfo/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b33bd49..76402d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.OS }}-${{ hashFiles('**/pnpm-lock.yaml') }} - name: Install Dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Running Lint - run: pnpm lint \ No newline at end of file + run: pnpm lint diff --git a/src/pages/DetailInfo/index.vue b/src/pages/DetailInfo/index.vue index a422090..3afbe02 100644 --- a/src/pages/DetailInfo/index.vue +++ b/src/pages/DetailInfo/index.vue @@ -188,7 +188,7 @@