.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.
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.