From 8f2c20645131ce361e239fe7e2291723b88f027d Mon Sep 17 00:00:00 2001 From: SolrBot Date: Sun, 3 Nov 2024 01:05:47 +0000 Subject: [PATCH] Update plugin com.github.node-gradle.node to v7.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13065fcfc8f..18752111a16 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ plugins { id 'de.undercouch.download' version '5.5.0' apply false id 'net.ltgt.errorprone' version '3.1.0' apply false id 'com.diffplug.spotless' version '6.5.2' apply false - id 'com.github.node-gradle.node' version '7.0.1' apply false + id 'com.github.node-gradle.node' version '7.1.0' apply false } apply from: file('build-tools/scriptDepVersions.gradle')