From b6274a271869c93acd911cc5ba772220acd96de5 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 17 Mar 2025 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20npm=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=91=BD=E4=BB=A4=E4=BB=A5=E6=94=AF=E6=8C=81=E9=81=97?= =?UTF-8?q?=E7=95=99=E5=AF=B9=E7=AD=89=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8dc51b..adbbb2d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: node-version: '22' - name: Install dependencies - run: npm install + run: npm install --legacy-peer-deps - name: Build project run: npm run build