Closed
Description
Hi,
As far as I see, there's no way to use the latest node version without manually specifying it.
I want to be able to run my tests in the latest node version without updating it each time a new version came out.
It could be achieved with the keyword 'latest'
or 'node'
in the same way you can do with NVM
.
Cheers