This is an automated email from the ASF dual-hosted git repository. afedulov pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push: new 60b5cef62c7 [FLINK-36739] Update the NodeJS to v22.11.0 (LTS) 60b5cef62c7 is described below commit 60b5cef62c74480f69bed5064de73b9c55bb800e Author: mehdi <52534134+mehdi...@users.noreply.github.com> AuthorDate: Fri Dec 13 16:36:32 2024 +0100 [FLINK-36739] Update the NodeJS to v22.11.0 (LTS) Contribute-to: https://issues.apache.org/jira/browse/FLINK-36901 --- 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 cd8befc4eed..010c5d77b0e 100644 --- a/flink-runtime-web/pom.xml +++ b/flink-runtime-web/pom.xml @@ -258,8 +258,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>