We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registry-url
1 parent 1915f32 commit a0dd623Copy full SHA for a0dd623
.github/workflows/CD.yaml
@@ -52,8 +52,6 @@ jobs:
52
uses: actions/setup-node@v4
53
with:
54
node-version: 20.16.0
55
- # 淘宝镜像加速
56
- registry-url: 'https://registry.npmmirror.com'
57
# 缓存
58
cache: pnpm
59
@@ -130,8 +128,6 @@ jobs:
130
128
131
129
132
133
134
135
136
137
.github/workflows/CI.yaml
@@ -54,8 +54,6 @@ jobs:
60
61
0 commit comments