Skip to content

Commit

Permalink
[config] downgrading to node 14.9 - jitpack build fails - at this poi…
Browse files Browse the repository at this point in the history
…nt i'm binary searching
  • Loading branch information
nort3x committed Jul 11, 2024
1 parent 87ef957 commit 3de07cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ kotlin {

rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> {
val node = rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>()
node.version = "14.0.0"
node.version = "14.9.0"
node.download = true
}

0 comments on commit 3de07cb

Please sign in to comment.