Skip to content

Commit 856ff63

Browse files
authored
[Chore] Fix frontend build regenerate the new pnpm-lock.yaml file. (#17878)
1 parent 5aeca87 commit 856ff63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dolphinscheduler-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<name>${project.artifactId}</name>
3030

3131
<properties>
32-
<node.version>v16.13.1</node.version>
33-
<pnpm.version>v6.32.6</pnpm.version>
32+
<node.version>v16.14.0</node.version>
33+
<pnpm.version>v7.1.0</pnpm.version>
3434
<sonar.sources>src</sonar.sources>
3535
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
3636
</properties>

0 commit comments

Comments
 (0)