[JS] Define Node.js version in one place and use a single version everywhere
Consequently, it fixes the inability to run some JS related tests on Apple devices with ARM.
This commit is contained in:
@@ -336,7 +336,7 @@ artifacts {
|
||||
|
||||
node {
|
||||
download = true
|
||||
version = '12.18.0'
|
||||
version = DependenciesKt.getNodejsVersion(project)
|
||||
nodeProjectDir = buildDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user