fix newsfeedfetcher using correct stream version (changed with node-18-fetch)

This commit is contained in:
Karsten Hassel
2022-05-28 22:28:37 +02:00
parent 4f1db749c0
commit 591f907134
2 changed files with 9 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ _This release is scheduled to be released on 2022-07-01._
- Use latest node 18 when running tests on github actions
- Update `electron` to v19 and other dependencies.
- Use internal fetch function of node instead external `node-fetch` library if node version >= `v18`.
- Use internal fetch function of node instead external `node-fetch` library if used node version >= `v18`.
### Fixed