From cb86cd7b0454dbdf744843124a8c75c4b53d244f Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Wed, 5 Aug 2026 07:31:57 -0700 Subject: [PATCH] NodeJS 26.6.0, NPM 11.18.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index e4ffba2db8..7e1076902b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,8 +62,8 @@ owaspDependencyCheckPluginVersion=12.2.2 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node -npmVersion=11.17.0 -nodeVersion=26.5.1 +npmVersion=11.18.0 +nodeVersion=26.6.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node