Skip to content

Commit

Permalink
Node 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Jan 17, 2024
1 parent 9a3e24a commit 12703a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin
import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension

private const val YARN_VERSION = "1.22.21"
private const val NODE_VERSION = "20.10.0"
private const val NODE_VERSION = "20.11.0"

class LatestNodePlugin : Plugin<Project> {
override fun apply(target: Project): Unit = with(target) {
Expand Down

0 comments on commit 12703a7

Please sign in to comment.