This repository was archived by the owner on May 7, 2022. It is now read-only.

Description
was thinking about how node created breaking changes in bugfixes very often and how to avoid it. how about a test infrastructure that tests popular packages on a nightly build? i.e. create a container with the nightly build, install express/hapi/nan/whatever and run npm test
. might catch some tiny bugs before releasing.