diff --git a/common.conf b/common.conf index 20d257745..a6b34113f 100644 --- a/common.conf +++ b/common.conf @@ -547,7 +547,10 @@ build += { // - Disable compiler/test because it is very fragile. "set test in (Build.compiler, Test) := {}", // - Disable fatal Scaladoc warnings, also fragile - "removeScalacOptions -Xfatal-warnings" + "removeScalacOptions -Xfatal-warnings", + // - Use Node.js with the executable "nodejs" instead of "node" (environmental in the CI infrastructure) + // We disable source map tests to save ourselves a `npm install source-map-support` on the workers + "set jsEnv in testSuite := NodeJSEnv(executable = \"nodejs\").value.withSourceMap(false)" ] } }