From d62b8c6c19295fb8cb7408fd65bafaac5b1cfc59 Mon Sep 17 00:00:00 2001 From: Wzp-2008 Date: Sun, 12 Jan 2025 23:47:46 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6adbfec..9119317 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: 获取依赖