[JS] set LV=1.9 for K1-specific IC tests

Otherwise they will actully run K2 after
the LV=2.0 migration.

^KT-60829 fixed
diff --git a/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt b/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt
index d11e7bb..3ec506a 100644
--- a/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt
+++ b/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt
@@ -44,6 +44,7 @@
             sourceMap = true
             metaInfo = true
             forceDeprecatedLegacyCompilerUsage = true
+            languageVersion = "1.9"
         }
 
     protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER