diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index 3def686d..c70ea10e 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -23,7 +23,7 @@ if (!fs.existsSync(CACHE_DIR)) { fs.mkdirSync(CACHE_DIR, { recursive: true }); } -const agent = new Agent({ allowH2: false }); +const agent = new Agent({ allowH2: true }); setGlobalDispatcher(agent.compose( interceptors.retry({