Bump up nodejs to v22.14.0 for the latest UI(booster-ui) compiling. (#13049)

This commit is contained in:
吴晟 Wu Sheng 2025-02-20 15:37:59 +08:00 committed by GitHub
parent cd953b6290
commit 4049f25dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@
<version>${frontend-maven-plugin.version}</version>
<configuration>
<workingDirectory>${ui.path}</workingDirectory>
<nodeVersion>v16.14.0</nodeVersion>
<nodeVersion>v22.14.0</nodeVersion>
</configuration>
<executions>
<execution>

View File

@ -15,6 +15,7 @@
production-ready. Don't need H2 as default storage anymore.
* [Breaking Change] Bump up BanyanDB server version to 0.8.0. This version is not compatible with the previous
versions. Please upgrade the BanyanDB server to 0.8.0 before upgrading OAP to 10.2.0.
* Bump up nodejs to v22.14.0 for the latest UI(booster-ui) compiling.
#### OAP Server