Skip to content

Commit 4049f25

Browse files
authored
Bump up nodejs to v22.14.0 for the latest UI(booster-ui) compiling. (#13049)
1 parent cd953b6 commit 4049f25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apm-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<version>${frontend-maven-plugin.version}</version>
102102
<configuration>
103103
<workingDirectory>${ui.path}</workingDirectory>
104-
<nodeVersion>v16.14.0</nodeVersion>
104+
<nodeVersion>v22.14.0</nodeVersion>
105105
</configuration>
106106
<executions>
107107
<execution>

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
production-ready. Don't need H2 as default storage anymore.
1616
* [Breaking Change] Bump up BanyanDB server version to 0.8.0. This version is not compatible with the previous
1717
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.
1819

1920
#### OAP Server
2021

0 commit comments

Comments
 (0)