diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ded0069..fb60274 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,11 +12,10 @@ jobs: uses: https://gitea.com/actions/setup-node@v4 with: node-version: '20' - - name: Install yarn - run: npm i -g yarn + - run: yarn config get registry - run: npm config get registry - - run: yarn config set registry http://registry.npm.taobao.org/ + - run: yarn config set registry https://registry.npm.taobao.org - run: npm config set registry https://registry.npm.taobao.org - run: yarn cache clean - run: ls -lR /var/run/act/workflow