From 90e163209e99315be3507448c6fb7488738009c5 Mon Sep 17 00:00:00 2001 From: monkeyDluffy6017 Date: Mon, 22 Jan 2024 11:58:41 +0800 Subject: [PATCH 1/2] fix(ci): npm install error --- 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..bd3ec9217656 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.npmjs.org/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.npmjs.org/xhr2/download/xhr2-0.2.1.tgz", "integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM=" } } From f3dc9b3770c7f3b7d516e961c62b9cef69287f4e Mon Sep 17 00:00:00 2001 From: monkeyDluffy6017 Date: Mon, 22 Jan 2024 12:46:15 +0800 Subject: [PATCH 2/2] fix(ci): npm install error --- 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 bd3ec9217656..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.npmjs.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.npmjs.org/xhr2/download/xhr2-0.2.1.tgz", + "resolved": "https://registry.npmmirror.com/xhr2/download/xhr2-0.2.1.tgz", "integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM=" } }