Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: exclude node 18 on windows on ci
For an unknown reason the upload tests fail on Node 18 on Windows with an ECONNRESET from node-fetch. Debugging hasn't revealed any probable cause. - The fixture readable stream works as expected on Node 18 on Windows - Other requests to the server work as expected Refactoring to use native fetch means we lose the option to override the origin hostname, which we use to test server validation.
- Loading branch information