diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 38832f75..fe21ca6f 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -24,8 +24,7 @@ jobs: # Optionally check out a specific branch git checkout test - - name: set registry - run: npm config set registry https://registry.npmmirror.com + - run: npm config set registry https://registry.npmmirror.com # Install pnpm - name: Install pnpm