matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.96k stars 290 forks source link

Bump node-fetch version and update travis file #161

Closed normanzb closed 5 years ago

normanzb commented 6 years ago

Bump node-fetch version and update travis file to make it runs with correct version of nodejs.

fetch-node doesn't seem working with node 9, so node 7 and 8

graingert commented 6 years ago

@normanzb it's just nock that's broken in node 9. node-fetch works fine. https://github.com/matthew-andrews/isomorphic-fetch/pull/163