This commit is contained in:
@@ -27,7 +27,6 @@ jobs:
|
||||
# 使用 Job 镜像(node:22-bookworm)自带的 Node,不再使用 actions/setup-node,避免重复下载 Node
|
||||
- name: Setup Yarn
|
||||
run: |
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
corepack enable
|
||||
corepack prepare yarn@1.22.22 --activate
|
||||
echo "node -v: $(node -v)"
|
||||
|
||||
Reference in New Issue
Block a user