Skip to content

Commit

Permalink
replaced canary nodejs build with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
faogustavo committed Aug 13, 2024
1 parent 6ddd8bc commit 189cfd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions convention-plugins/src/main/kotlin/kmp-setup.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ kotlin {
}

rootProject.the<NodeJsRootExtension>().apply {
nodeVersion = "21.0.0-v8-canary202309143a48826a08"
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
nodeVersion = "21.7.3"
}

0 comments on commit 189cfd0

Please sign in to comment.