From d3141b85f795950fa433421afbb192aa4bee6538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Wed, 6 May 2026 16:14:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=E5=B0=86=20pnpm=20install=20?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BA=20pnpm=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 794a319..c8dbd9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node-version-file: .node-version cache: pnpm - - run: pnpm install + - run: pnpm ci - run: pnpm run build @@ -32,7 +32,7 @@ jobs: node-version-file: .node-version cache: pnpm - - run: pnpm install + - run: pnpm ci - run: pnpm run lint From 204fb41d3711918fca12e1e39895fe042d571dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Wed, 6 May 2026 16:16:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci(ci.yml):=20=E6=9B=B4=E6=96=B0=20pnpm/act?= =?UTF-8?q?ion-setup=20=E8=87=B3=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8dbd9a..bdebd90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: