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 3dfd1be commit 1f7156bCopy full SHA for 1f7156b
packages/angular/cli/src/commands/version/cli.ts
@@ -23,7 +23,7 @@ interface PartialPackageInfo {
23
/**
24
* Major versions of Node.js that are officially supported by Angular.
25
*/
26
-const SUPPORTED_NODE_MAJORS = [18];
+const SUPPORTED_NODE_MAJORS = [18, 20];
27
28
const PACKAGE_PATTERNS = [
29
/^@angular\/.*/,
0 commit comments