Skip to content

Commit

Permalink
Merge branch 'main' into routes-through-global
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jul 4, 2024
2 parents fcbbf1a + c31e8cd commit fbccb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class FrontendTools {
* the installed version is older than {@link #SUPPORTED_NODE_VERSION}, i.e.
* {@value #SUPPORTED_NODE_MAJOR_VERSION}.{@value #SUPPORTED_NODE_MINOR_VERSION}.
*/
public static final String DEFAULT_NODE_VERSION = "v20.14.0";
public static final String DEFAULT_NODE_VERSION = "v20.15.0";
/**
* This is the version shipped with the default Node version.
*/
Expand Down

0 comments on commit fbccb31

Please sign in to comment.