ci: 优化ci配置
All checks were successful
CI / build (push) Successful in 2m54s

This commit is contained in:
2026-04-05 18:40:16 +08:00
parent 26de9ad9b8
commit 948a022b77

View File

@@ -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