This is an automated email from the ASF dual-hosted git repository.
mugdha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 1f6d68005 RANGER-5361 : Updating node & npm version getting used for
building ranger admin js code in security-admin module
1f6d68005 is described below
commit 1f6d680050ff0cc647ec304140e3ae3e09414833
Author: Mugdha Varadkar <[email protected]>
AuthorDate: Tue Oct 7 20:13:08 2025 +0530
RANGER-5361 : Updating node & npm version getting used for building ranger
admin js code in security-admin module
---
security-admin/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index c7504da06..0cf6b719e 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -1051,8 +1051,8 @@
<configuration>
<workingDirectory>${project.build.directory}/react-webapp</workingDirectory>
<installDirectory>${project.build.directory}/react-build</installDirectory>
- <nodeVersion>v16.0.0</nodeVersion>
- <npmVersion>7.10.0</npmVersion>
+ <nodeVersion>v20.19.5</nodeVersion>
+ <npmVersion>10.8.2</npmVersion>
</configuration>
</execution>
<execution>