Skip to content

Commit a0dd623

Browse files
committed
feat(Github Actions): 移除流水线下载依赖时的registry-url配置
1 parent 1915f32 commit a0dd623

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/CD.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
uses: actions/setup-node@v4
5353
with:
5454
node-version: 20.16.0
55-
# 淘宝镜像加速
56-
registry-url: 'https://registry.npmmirror.com'
5755
# 缓存
5856
cache: pnpm
5957

@@ -130,8 +128,6 @@ jobs:
130128
uses: actions/setup-node@v4
131129
with:
132130
node-version: 20.16.0
133-
# 淘宝镜像加速
134-
registry-url: 'https://registry.npmmirror.com'
135131
# 缓存
136132
cache: pnpm
137133

.github/workflows/CI.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
uses: actions/setup-node@v4
5555
with:
5656
node-version: 20.16.0
57-
# 淘宝镜像加速
58-
registry-url: 'https://registry.npmmirror.com'
5957
# 缓存
6058
cache: pnpm
6159

0 commit comments

Comments
 (0)