I would like to know because my project would prefer Node 11 because of an update to V8.
Hey @CrazyPython you can see what’s currently supported in this project.
Current default for new projects or projects that don’t specify a node version in package.json
is the newest release on version 10 (i.e. 10.x or 10.13 as of this writing).
@CrazyPython as @cori, was saying you can use and Node versions that are on the NodeJS website to get the latest 11.0.0 build write 11.x
in your package.json file.