We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
22.15.0
1 parent dcd4c87 commit 7ba5076Copy full SHA for 7ba5076
1 file changed
kfc/kfc-gradle-plugin/src/main/kotlin/io/github/turansky/kfc/gradle/plugin/LatestToolsPlugin.kt
@@ -24,7 +24,7 @@ class LatestToolsPlugin : Plugin<Project> {
24
class LatestNodePlugin : Plugin<Project> {
25
override fun apply(target: Project): Unit = with(target) {
26
plugins.withType<NodeJsPlugin> {
27
- the<NodeJsEnvSpec>().version.set("22.14.0")
+ the<NodeJsEnvSpec>().version.set("22.15.0")
28
}
29
30
0 commit comments