From 482544aceb86f334bcd57abed6b957700b7422b6 Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Tue, 17 Sep 2024 11:35:51 +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 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index dcb19c50..21dd57af 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -32,20 +32,6 @@ jobs: git checkout test echo "Repository cloned and checked out to test branch." - # Set NPM registry - - name: Set NPM registry - run: | - echo "Setting NPM registry..." - npm config set registry https://registry.npmmirror.com - echo "NPM registry set." - - # Install pnpm - - name: Install pnpm - run: | - echo "Installing pnpm..." - npm install -g pnpm - echo "pnpm installed." - # Cache pnpm dependencies - name: Cache pnpm store uses: https://gitea.com/actions/cache@v3