Skip to content

Commit

Permalink
nodeVersion = 20.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
irgaly committed Feb 5, 2025
1 parent 5ed8474 commit 9bccb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
plugins.withType<NodeJsRootPlugin> {
extensions.configure<NodeJsRootExtension> {
// Choose any version you want to use from https://nodejs.org/en/download/releases/
nodeVersion = "19.9.0"
nodeVersion = "20.18.2"
val installBetterSqlite3 by tasks.registering(Exec::class) {
val nodeExtension = this@configure
val nodeEnv = nodeExtension.requireConfigured()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ subprojects {

plugins.withType<NodeJsRootPlugin> {
extensions.configure<NodeJsRootExtension> {
nodeVersion = "19.9.0"
nodeVersion = "20.18.2"
val installBetterSqlite3 by tasks.registering(Exec::class) {
val nodeExtension = this@configure
val nodeEnv = nodeExtension.requireConfigured()
Expand Down

0 comments on commit 9bccb1e

Please sign in to comment.