fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

Stop testing Node.js 0.10, and increase minimum version supported to 4.x #123

Closed paul90 closed 7 years ago

paul90 commented 7 years ago

Update dependencies

Node.js v0.10 is now out of support, with v0.12 following at the end of the year. Update to reflect this.

N.B. This is using an old version of Mocha as the supertest tests contain a mix of callbacks and promises that is not supported with Mocha 3.x This will need resolving.