We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deb844 commit ca6c16eCopy full SHA for ca6c16e
flow-build-tools/src/main/java/com/vaadin/flow/server/frontend/FrontendTools.java
@@ -64,7 +64,7 @@ public class FrontendTools {
64
* the installed version is older than {@link #SUPPORTED_NODE_VERSION}, i.e.
65
* {@value #SUPPORTED_NODE_MAJOR_VERSION}.{@value #SUPPORTED_NODE_MINOR_VERSION}.
66
*/
67
- public static final String DEFAULT_NODE_VERSION = "v24.12.0";
+ public static final String DEFAULT_NODE_VERSION = "v24.13.0";
68
/**
69
* This is the version shipped with the default Node version.
70
0 commit comments