From c4738be257d6a64c18342e015b0434f31dd2ecef Mon Sep 17 00:00:00 2001 From: MKStoler Date: Thu, 19 Dec 2024 06:44:10 +0800 Subject: [PATCH] =?UTF-8?q?dev(CI):=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4df80ba..9a336bb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: yarn install + run: yarn config set registry https://registry.npmmirror.com/ + yarn install - name: Build and package for Windows if: matrix.os == 'windows-latest'