From 0171cf4b6d6eb8b58a3de0b4752c0348edb4c3a8 Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Mon, 16 Sep 2024 15:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-act?= =?UTF-8?q?ion.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 6e88e2c5..ae59500f 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -20,7 +20,9 @@ jobs: # Checkout the repository # - name: Checkout repository # uses: https://gitee.com/z9130/actions-checkout.git@v4 - + - run: npm config set registry https://registry.npmmirror.com + + # Install pnpm - name: Install pnpm run: npm install -g pnpm