From 5cada9eb86b88861ac188a04af9a6f7feb17289c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Tue, 6 Aug 2024 13:54:31 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1ff566a..ded0069 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,13 +12,13 @@ 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: npm config set registry https://registry.npm.taobao.org - run: yarn cache clean - - name: Install yarn - run: npm i -g yarn - run: ls -lR /var/run/act/workflow - name: Install dependencies run: yarn