This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 1ba5631ac8f [FLINK-36739][Web UI] Update NodeJS to v22.11.0 (LTS).
This closes #25670
1ba5631ac8f is described below
commit 1ba5631ac8f7a42dca2511c9d676cfd7d0c8fccb
Author: mehdid93 <[email protected]>
AuthorDate: Mon Dec 2 10:49:44 2024 +0100
[FLINK-36739][Web UI] Update NodeJS to v22.11.0 (LTS). This closes #25670
---
flink-runtime-web/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml
index 89b38e7a281..6b050d1d77e 100644
--- a/flink-runtime-web/pom.xml
+++ b/flink-runtime-web/pom.xml
@@ -263,8 +263,8 @@ under the License.
<goal>install-node-and-npm</goal>
</goals>
<configuration>
-
<nodeVersion>v16.13.2</nodeVersion>
-
<npmVersion>8.1.2</npmVersion>
+
<nodeVersion>v22.11.0</nodeVersion>
+
<npmVersion>10.9.0</npmVersion>
</configuration>
</execution>
<execution>