From 31050933a2245bf1c2c0f9946da2ffbd17bbf150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:23:56 +0000 Subject: [PATCH] chore(deps): update plugin com.github.node-gradle.node to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9ad159e4..0637b066d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'signing' id 'com.gradle.plugin-publish' version '1.2.1' id 'org.ajoberstar.git-publish' version '4.2.0' - id 'com.github.node-gradle.node' version '5.0.0' + id 'com.github.node-gradle.node' version '6.0.0' } apply plugin: ShadowPlugin