From 080881bda14a946336f76675cae5705335f1eedf Mon Sep 17 00:00:00 2001 From: alboped Date: Fri, 10 Apr 2026 01:14:08 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96=E6=AD=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 010fe95..daa1f75 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,8 +29,7 @@ jobs: run: | corepack enable corepack prepare yarn@1.22.22 --activate - echo "node -v: $(node -v)" - echo "yarn -v: $(yarn -v)" + echo "node -v: $(node -v); yarn -v: $(yarn -v)" echo "yarn config get registry: $(yarn config get registry)" - name: Cache Yarn