Skip to content

Commit

Permalink
chore: Upgrade to Node.js 20.11.0 and npm 10.2.4 (#18429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov authored Jan 15, 2024
1 parent d79c5e0 commit 5f11467
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 = "v20.10.0";
public static final String DEFAULT_NODE_VERSION = "v20.11.0";
/**
* This is the version shipped with the default Node version.
*/
public static final String DEFAULT_NPM_VERSION = "10.2.3";
public static final String DEFAULT_NPM_VERSION = "10.2.4";

public static final String DEFAULT_PNPM_VERSION = "8.6.11";

Expand Down

0 comments on commit 5f11467

Please sign in to comment.