update gradle node plugin

This commit is contained in:
2023-09-30 17:30:08 +02:00
parent abc60c6de2
commit 29215f0410

View File

@@ -2,7 +2,7 @@ import java.nio.file.Files
import java.nio.file.Paths
plugins {
id("com.github.node-gradle.node") version "3.5.1"
id("com.github.node-gradle.node") version "7.0.0"
}