Open okdistribute opened 8 years ago
level has been updated, it's the only module that prevented building on Node 7.6.0
I'd feel more confident about a node upgrade (and large changes generally) if we had a test suite.
I added a github workflow for testing against modern nodejs, and, as expected, it did not go well https://github.com/kenrestivo/sudo-humans/actions/runs/728392688
Change npm ci to npm install in your github action script and you'll get better progress. This app doesn't have a package-lock.json or shrinkwrap.json (this is what I gleaned from the debug output from github actions.)
does this require 0.12 or would it be easy enough to update deps so that it works with >=4.0.0? @substack