From 948a022b77df51d89fc073dfa812bf40db4fbe14 Mon Sep 17 00:00:00 2001 From: alboped Date: Sun, 5 Apr 2026 18:40:16 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96ci=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 362c2c7..d5e5a22 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,9 @@ jobs: npm config set registry https://registry.npmmirror.com corepack enable corepack prepare yarn@1.22.22 --activate - yarn --version + echo "node -v: $(node -v)" + echo "yarn -v: $(yarn -v)" + echo "yarn config get registry: $(yarn config get registry)" - name: Cache Yarn uses: actions/cache@v4