update node plugin

This commit is contained in:
2022-10-08 09:18:48 +02:00
parent 8a65926d04
commit c31dc7229e

View File

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