From ecd2c8a19c4b4554b9f426b034ddbf85e032c6c1 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Tue, 8 Jul 2025 09:43:05 -0700 Subject: [PATCH] nodeVersion=22.17.0, npmVersion=10.9.2 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5e106b90d5..a498f369a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -66,8 +66,8 @@ versioningPluginVersion=1.1.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=10.7.0 -nodeVersion=20.15.1 +npmVersion=10.9.2 +nodeVersion=22.17.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node