Skip to content

Commit

Permalink
deps(web-app-template): Sync the Node / Yarn versions with Docker
Browse files Browse the repository at this point in the history
See 8ebd8c0 and 1ffe4df.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jan 8, 2025
1 parent 1ffe4df commit 8527570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/reporters/web-app-template/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnSetupTask

// The Kotlin/JS plugins are only applied programmatically for Kotlin projects that target JavaScript. As we do not
// directly target JavaScript from Kotlin, manually apply the plugins and configure the tool versions.
NodeJsRootPlugin.apply(rootProject).version = "20.9.0"
NodeJsRootPlugin.apply(rootProject).version = "22.13.0"

// The Yarn plugin registers tasks always on the root project, see
// https://github.com/JetBrains/kotlin/blob/2.1.0/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/yarn/YarnPlugin.kt#L158-L162
YarnPlugin.apply(rootProject).version = "1.22.19"
YarnPlugin.apply(rootProject).version = "1.22.22"

val kotlinNodeJsSetup by rootProject.tasks.existing(NodeJsSetupTask::class)
val kotlinYarnSetup by rootProject.tasks.existing(YarnSetupTask::class)
Expand Down

0 comments on commit 8527570

Please sign in to comment.