Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDiscuss Minimum supported versions of Node #1323
Open
Comments
|
Agreed, I removed Once it is merged I can make another PR to add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently our CI tests run on Node 8 and 10.
The Node 8 tests were failing because the latest version of
mkdirp(used bystorybook-addon-jsx->js-beautify) requires a minum of Node 10.I've temporarily put in a
resolutionforjs-beatifythat keeps it pinned at a version that uses the oldmkdirp.If we remove the dependency on Node 8 we can remove this
react-vis/package.json
Lines 84 to 86 in fa32e96
In terms of node versions, since the current LTS is
@12I think we can safely remove@8from our CI, and probably add12