From f860ebba0836d15c0d5383b73e71b88c3cad6c33 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Tue, 19 Apr 2022 18:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/beta-pack.yml | 4 +++- .github/workflows/release.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index eed66e0..0132c16 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -41,7 +41,9 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: | + npm install npm@8.5 -g + npm install - name: Build Packages run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9fa97e..47ca106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,9 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: | + npm install npm@8.5 -g + npm install - name: Build Packages run: |