From cfdea2a1b6f7ad1831800abef1c9f9a11d926c3a Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Sat, 20 Jul 2024 16:10:36 -0700 Subject: [PATCH] node@20.15.1, npm@10.7.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 230eecd6c8..dd8d546cd1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -69,8 +69,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=9.8.1 -nodeVersion=18.18.1 +npmVersion=10.7.0 +nodeVersion=20.15.1 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node