Skip to content

Commit

Permalink
chore: Node 22.13.0 (#20812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jan 8, 2025
1 parent 9201697 commit d17ff83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ 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 = "v22.12.0";
public static final String DEFAULT_NODE_VERSION = "v22.13.0";
/**
* This is the version shipped with the default Node version.
*/
public static final String DEFAULT_NPM_VERSION = "10.9.0";
public static final String DEFAULT_NPM_VERSION = "10.9.2";

public static final String DEFAULT_PNPM_VERSION = "8.6.11";

Expand Down

0 comments on commit d17ff83

Please sign in to comment.