Skip to content

Commit 7ba5076

Browse files
committed
Node 22.15.0
1 parent dcd4c87 commit 7ba5076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kfc/kfc-gradle-plugin/src/main/kotlin/io/github/turansky/kfc/gradle/plugin/LatestToolsPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LatestToolsPlugin : Plugin<Project> {
2424
class LatestNodePlugin : Plugin<Project> {
2525
override fun apply(target: Project): Unit = with(target) {
2626
plugins.withType<NodeJsPlugin> {
27-
the<NodeJsEnvSpec>().version.set("22.14.0")
27+
the<NodeJsEnvSpec>().version.set("22.15.0")
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)