diff --git a/config/config.default.ts b/config/config.default.ts index 3be98f23..efe42803 100644 --- a/config/config.default.ts +++ b/config/config.default.ts @@ -186,7 +186,6 @@ export default (appInfo: EggAppConfig) => { config.httpclient = { useHttpClientNext: true, - allowH2: true, }; config.view = { diff --git a/package.json b/package.json index b2f39a50..399b0176 100644 --- a/package.json +++ b/package.json @@ -145,6 +145,6 @@ }, "homepage": "https://github.com/cnpm/npmcore#readme", "engines": { - "node": ">= 18.20.0" + "node": ">= 16.13.0" } }