Bump up nodejs to v22.14.0 for the latest UI(booster-ui) compiling. (#13049)
This commit is contained in:
parent
cd953b6290
commit
4049f25dd5
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue