From 29debbe141de86a92bc5ca72d1f148b2437b59db Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Fri, 5 Jan 2024 15:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4d7d085..0ef1f62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: install & build image: node commands: - - npm config set registry http://mirrors.cloud.tencent.com/npm/ + - npm config set registry https://registry.npmmirror.com/ - npm i -g pnpm - pnpm i - pnpm build