[Build] Update gradle-node-plugin to 3.2.1

#KT-44611 In Progress
This commit is contained in:
Alexander Likhachev
2022-04-11 15:31:35 +03:00
parent e42bed07fa
commit 899964ba30
8 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import com.github.gradle.node.npm.task.NpmTask
plugins {
id("com.github.node-gradle.node") version "3.0.1"
id("com.github.node-gradle.node") version "3.2.1"
base
}