From 1c307d27f9fe5d48cb960f5a9e9bf8e6a71bcc0c Mon Sep 17 00:00:00 2001 From: kongxiangyiren Date: Wed, 22 May 2024 08:54:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/youzi.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/youzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/youzi.yml b/.gitea/workflows/youzi.yml index 87016f2..83cdb04 100644 --- a/.gitea/workflows/youzi.yml +++ b/.gitea/workflows/youzi.yml @@ -30,7 +30,7 @@ jobs: - name: Install and Build # 下载依赖 打包项目 run: | - npm i yarn --registry=https://registry.npmmirror.com + npm i yarn -g --registry=https://registry.npmmirror.com yarn install yarn build - name: Appleboy