Update plugin com.github.node-gradle.node to v7.1.0

This commit is contained in:
Renovate Bot 2025-01-03 19:30:31 +00:00 committed by Tobi Schäfer
parent 4df9ce571a
commit 583f27f95d
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -1,7 +1,7 @@
plugins {
id 'base'
id 'java'
id 'com.github.node-gradle.node' version '7.0.1'
id 'com.github.node-gradle.node' version '7.1.0'
}
tasks.build.dependsOn 'assemble'