From d802d44c8a5129f365318dfd8e9ec630b2a580bb Mon Sep 17 00:00:00 2001 From: houcheng Date: Tue, 10 Oct 2023 16:20:57 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b5a6c..361861d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Install and build run: | - npm install + npm install --legacy-peer-deps npm run build - name: Upload file