This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 856ff631fd [Chore] Fix frontend build regenerate the new
pnpm-lock.yaml file. (#17878)
856ff631fd is described below
commit 856ff631fd330bd12e3681ea501ff146bbb73243
Author: xiangzihao <[email protected]>
AuthorDate: Sat Jan 17 14:02:27 2026 +0800
[Chore] Fix frontend build regenerate the new pnpm-lock.yaml file. (#17878)
---
dolphinscheduler-ui/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml
index ec518e2903..c65439b846 100644
--- a/dolphinscheduler-ui/pom.xml
+++ b/dolphinscheduler-ui/pom.xml
@@ -29,8 +29,8 @@
<name>${project.artifactId}</name>
<properties>
- <node.version>v16.13.1</node.version>
- <pnpm.version>v6.32.6</pnpm.version>
+ <node.version>v16.14.0</node.version>
+ <pnpm.version>v7.1.0</pnpm.version>
<sonar.sources>src</sonar.sources>
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
</properties>