Skip to content

Commit

Permalink
Download a supported version of Node and make production build work w…
Browse files Browse the repository at this point in the history
…ith new Node versions[B (#5891)

Fixes #5892, #4888, #5028
  • Loading branch information
Artur- authored and caalador committed Jun 14, 2019
1 parent 3cc90b7 commit 2ca28c8
Show file tree
Hide file tree
Showing 2 changed files with 1,109 additions and 282 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public class PackageForProductionMojo extends FlowModeAbstractMojo {

/**
* Defines the node version to download and use, if {@code nodePath} is not
* set. The default is <code>v8.11.1</code>.
* set. The default is <code>v10.16.0</code>.
*/
@Parameter(name = "nodeVersion", defaultValue = "v8.11.1")
@Parameter(name = "nodeVersion", defaultValue = "v10.16.0")
private String nodeVersion;

/**
Expand Down

0 comments on commit 2ca28c8

Please sign in to comment.