diff --git a/docs-client/build.gradle b/docs-client/build.gradle index 447c597b549..dd0ee1810ee 100644 --- a/docs-client/build.gradle +++ b/docs-client/build.gradle @@ -11,8 +11,8 @@ if (rootProject.hasProperty('noWeb')) { } node { - version = '22.3.0' - npmVersion = '10.8.1' + version = '22.10.0' + npmVersion = '10.9.0' download = true npmInstallCommand = "ci" } diff --git a/site/build.gradle b/site/build.gradle index 7f07ae79072..54c38a48635 100644 --- a/site/build.gradle +++ b/site/build.gradle @@ -23,8 +23,8 @@ plugins { } node { - version = '22.3.0' - npmVersion = '10.8.1' + version = '22.10.0' + npmVersion = '10.9.0' download = true npmInstallCommand = "ci" }