diff --git a/gradle.properties b/gradle.properties index bbe39d6b75..cc681b2f2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -66,8 +66,8 @@ versioningPluginVersion=1.1.3 # 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.9.2 -nodeVersion=22.17.0 +npmVersion=11.6.1 +nodeVersion=24.11.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node