npm / minipass-fetch

An implementation of window.fetch in Node.js using Minipass streams
Other
54 stars 11 forks source link

chore: tests NODE_TLS_REJECT_UNAUTHORIZED #149

Closed reggi closed 4 months ago

reggi commented 4 months ago

related to https://github.com/npm/minipass-fetch/issues/61 tests show that NODE_TLS_REJECT_UNAUTHORIZED currently works

lukekarrys commented 4 months ago

Node 14.17 test failures are unrelated. Looks like minipass started using node:events which doesn't work in that version of Node. Considering we already have https://github.com/npm/minipass-fetch/pull/143 waiting for an engines bump, it might be a good time to drop Node 14 and 16 support