jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

fix travis ci failures due to incompatibility between dependency and specified node version #1065

Closed aluanhaddad closed 6 years ago

aluanhaddad commented 6 years ago

This fixes the CI failures on Travis caused by the use of hoek, a transitive dependency, that requires node >= 4.x. This updates the node version used by the CI environment to 4.8.5.

Resolves #1064

guybedford commented 6 years ago

Great, thanks @aluanhaddad!