From da545909d6f6447f20669ab5b6406745c111bc52 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 10 Jun 2025 22:45:08 +0200 Subject: [PATCH] Increase required NodeJS version to make the new new backend work --- modules/webgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webgui/CMakeLists.txt b/modules/webgui/CMakeLists.txt index 8959182f20..602fa0d0d2 100644 --- a/modules/webgui/CMakeLists.txt +++ b/modules/webgui/CMakeLists.txt @@ -40,7 +40,7 @@ source_group("Source Files" FILES ${OPENSPACE_SOURCE_FILES}) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # Specify the NodeJs distribution version. -set(NODEJS_VERSION "8.11.4") +set(NODEJS_VERSION "22.15.0") include(nodejs_support) DownloadNodeJs("${NODEJS_VERSION}" "${CMAKE_CURRENT_SOURCE_DIR}/ext/nodejs")