keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.64k stars 2.2k forks source link

Update testing to target Node 8 and fix eslint errors #4926

Closed autoboxer closed 5 years ago

autoboxer commented 5 years ago

Description of changes

.travis.yml has been updated to use Node 8 as a target. Node 8 will be supported through the end of 2019, at which point Keystone will support only the versions of Node that are current or in LTS.

Testing

npm run test-all did not run successfully, but from the looks of it was broken before I got here. A separate fix should address the failing tests.