From f91861f0a108ff20ebcbc7bfd2a77f75f2c88aac Mon Sep 17 00:00:00 2001 From: Liu Wei Date: Tue, 23 Jan 2024 09:15:32 +0800 Subject: [PATCH] fix(ci): npm install error (#10858) --- t/plugin/grpc-web/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/plugin/grpc-web/package-lock.json b/t/plugin/grpc-web/package-lock.json index 01de0e7a4cf4..02c7f981fa4b 100644 --- a/t/plugin/grpc-web/package-lock.json +++ b/t/plugin/grpc-web/package-lock.json @@ -25,7 +25,7 @@ }, "node_modules/xhr2": { "version": "0.2.1", - "resolved": "https://registry.npm.taobao.org/xhr2/download/xhr2-0.2.1.tgz", + "resolved": "https://registry.npmmirror.com/xhr2/download/xhr2-0.2.1.tgz", "integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM=", "engines": { "node": ">= 6" @@ -45,7 +45,7 @@ }, "xhr2": { "version": "0.2.1", - "resolved": "https://registry.npm.taobao.org/xhr2/download/xhr2-0.2.1.tgz", + "resolved": "https://registry.npmmirror.com/xhr2/download/xhr2-0.2.1.tgz", "integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM=" } }