ruanwenjun commented on code in PR #17878:
URL:
https://github.com/apache/dolphinscheduler/pull/17878#discussion_r2690547403
##########
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>
Review Comment:
We can’t change it like this directly, can we? If we do, won’t the lock file
stop being updated?
The Node version specified in package.json is 18.7.18, but using a different
version in the pom.xml feels a bit strange.
We should unify the Node version and document it clearly in the release
notes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]