Skip to content

Commit

Permalink
AMMEND
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Sep 1, 2023
1 parent 91846bf commit b4ab8d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-testing/smokeTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ allprojects {
}
}
}
}

// Update node version to support latest wasm engine
rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with {
it.nodeVersion = "20.2.0"
}

0 comments on commit b4ab8d6

Please sign in to comment.