This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new f91861f0a fix(ci): npm install error (#10858)
f91861f0a is described below
commit f91861f0a108ff20ebcbc7bfd2a77f75f2c88aac
Author: Liu Wei <[email protected]>
AuthorDate: Tue Jan 23 09:15:32 2024 +0800
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 01de0e7a4..02c7f981f 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="
}
}