Skip to content

Commit f66f9cf

Browse files
committed
fix(@angular/cli): remove Node.js 16 from supported checks
Node.js support was removed, but it appears that this got through the cracks. (cherry picked from commit 842c204)
1 parent c4c299b commit f66f9cf

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/cli/src/commands/version

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/version/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface PartialPackageInfo {
2323
/**
2424
* Major versions of Node.js that are officially supported by Angular.
2525
*/
26-
const SUPPORTED_NODE_MAJORS = [16, 18];
26+
const SUPPORTED_NODE_MAJORS = [18];
2727

2828
const PACKAGE_PATTERNS = [
2929
/^@angular\/.*/,

0 commit comments

Comments
 (0)