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