From cbfd12e06214f1aca964ec2d206f1329244f9c22 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 1 May 2023 12:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/beta-pack.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index 7dbe949..a4375a4 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: npm ci - name: Build Packages run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2d9620..86c79a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: npm ci - name: Build Packages run: |