Skip to content

Commit 1535c9e

Browse files
committed
chore: 移除 npm 镜像配置,使用默认 registry
1 parent 468cbee commit 1535c9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
workflow_dispatch:
88

9-
env:
10-
COREPACK_NPM_REGISTRY: https://registry.npmmirror.com
11-
129
jobs:
1310
build-and-deploy:
1411
runs-on: ubuntu-latest
@@ -28,7 +25,7 @@ jobs:
2825
cache: pnpm
2926

3027
- name: Install Dependencies
31-
run: pnpm install --frozen-lockfile --registry $COREPACK_NPM_REGISTRY
28+
run: pnpm install --frozen-lockfile
3229

3330
- name: Build Project
3431
run: pnpm build

0 commit comments

Comments
 (0)