Unfortunately node-fetch is only http/1.1, upgrading it won’t help. There’s no support for h2 in node-fetch.
The question is why are we using a package and not the native lib that Electron uses? Or did you run into any issues with it?