We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd953b6 commit 4049f25Copy full SHA for 4049f25
apm-webapp/pom.xml
@@ -101,7 +101,7 @@
101
<version>${frontend-maven-plugin.version}</version>
102
<configuration>
103
<workingDirectory>${ui.path}</workingDirectory>
104
- <nodeVersion>v16.14.0</nodeVersion>
+ <nodeVersion>v22.14.0</nodeVersion>
105
</configuration>
106
<executions>
107
<execution>
docs/en/changes/changes.md
@@ -15,6 +15,7 @@
15
production-ready. Don't need H2 as default storage anymore.
16
* [Breaking Change] Bump up BanyanDB server version to 0.8.0. This version is not compatible with the previous
17
versions. Please upgrade the BanyanDB server to 0.8.0 before upgrading OAP to 10.2.0.
18
+* Bump up nodejs to v22.14.0 for the latest UI(booster-ui) compiling.
19
20
#### OAP Server
21
0 commit comments