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 c4c299b commit f66f9cfCopy full SHA for f66f9cf
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 = [16, 18];
+const SUPPORTED_NODE_MAJORS = [18];
27
28
const PACKAGE_PATTERNS = [
29
/^@angular\/.*/,
0 commit comments