Skip to content

Commit ca6c16e

Browse files
authored
chore: Node 24.13.0 (#23201)
1 parent 7deb844 commit ca6c16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow-build-tools/src/main/java/com/vaadin/flow/server/frontend/FrontendTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class FrontendTools {
6464
* the installed version is older than {@link #SUPPORTED_NODE_VERSION}, i.e.
6565
* {@value #SUPPORTED_NODE_MAJOR_VERSION}.{@value #SUPPORTED_NODE_MINOR_VERSION}.
6666
*/
67-
public static final String DEFAULT_NODE_VERSION = "v24.12.0";
67+
public static final String DEFAULT_NODE_VERSION = "v24.13.0";
6868
/**
6969
* This is the version shipped with the default Node version.
7070
*/

0 commit comments

Comments
 (0)