From 7399b63d9b6742209ff9ed291da8bd39c1d7a9a4 Mon Sep 17 00:00:00 2001 From: bLue Date: Thu, 25 Jan 2024 11:01:07 +0800 Subject: [PATCH] fix: ci legacy-peer-deps --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c629aa..dccde77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,5 @@ jobs: with: node-version: 16 - name: Install Dependencies - run: npm ci --registry=https://registry.npmjs.org + run: npm ci --legacy-peer-deps --registry=https://registry.npmjs.org - run: npm run build:cdn