Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Upgrade node #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.4</version>
<configuration>
<nodeVersion>v6.9.5</nodeVersion>
<npmVersion>3.10.10</npmVersion>
<nodeVersion>v8.9.4</nodeVersion>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not LTS?

<installDirectory>target</installDirectory>
</configuration>
<executions>
Expand Down