[JS, Wasm] Update Nodejs to the current LTS (18.12.1) and add useful links

This commit is contained in:
Zalim Bashorov
2022-11-03 12:55:06 +01:00
committed by Space Team
parent 79bed083e6
commit 21c4580e20
3 changed files with 19 additions and 15 deletions
@@ -42,7 +42,11 @@ open class NodeJsRootExtension(@Transient val rootProject: Project) : Configurat
var download by Property(true)
var nodeDownloadBaseUrl by Property("https://nodejs.org/dist")
var nodeVersion by Property("16.13.0")
// Release schedule: https://github.com/nodejs/Release
// Actual LTS and Current versions: https://nodejs.org/en/download/
// Older versions and more information, e.g. V8 version inside: https://nodejs.org/en/download/releases/
var nodeVersion by Property("18.12.1")
var nodeCommand by Property("node")