Skip to content

Commit

Permalink
[config] downgrading to node 14 - jitpack build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nort3x committed Jul 11, 2024
1 parent a13f0cf commit 87ef957
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 = "18.0.0"
node.version = "14.0.0"
node.download = true
}

0 comments on commit 87ef957

Please sign in to comment.