update gradle node plugin

This commit is contained in:
2022-12-04 09:31:21 +01:00
parent a9b78cfa0e
commit 06746a0f70

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.4.0"
id("com.github.node-gradle.node") version "3.5.0"
}