gulpjs / liftoff

Launch your command line tool with ease.
MIT License
840 stars 52 forks source link

Deprecate node versions <= 6 #110

Closed dclayton-diig closed 4 years ago

dclayton-diig commented 4 years ago

Travis CI is currently failing when upgrading uplift-sync because transitive dependency micromatch uses the object spread operator (unsupported in node <= 6).

Update travis build YAML to remove EOL node versions.

phated commented 4 years ago

This is on our roadmap but we aren't ready to make this switch yet.