ci: 移除多余步骤
All checks were successful
ci / build (push) Successful in 50s

This commit is contained in:
Wzp-2008 2025-01-12 23:47:46 +08:00
parent 8882c5ca6e
commit d62b8c6c19

View File

@ -7,10 +7,6 @@ jobs:
steps:
- name: 拉取仓库
uses: actions/checkout@v4
- name: 设置node镜像
run: npm config set registry https://registry.npmmirror.com
- name: 设置yarn环境
run: npm install -g yarn
- name: 设置yarn镜像
run : yarn config set registry https://registry.npmmirror.com
- name: 获取依赖