When I build my Nodejs Android app with Androidjs and then check version of Node inside via
console.log(JSON.stringify(process.versions))
among others I get
"node":"10.13.0"
This is very old.
How do I get later versions of the Node JS runtime inside the Android app?
Is it maybe even possible to set the exact version of Node to compile the app with?