mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
fix(@angular/cli): remove Node.js 16 from supported checks
Node.js support was removed, but it appears that this got through the cracks.
This commit is contained in:
parent
6067f8577d
commit
842c2045d1
@ -23,7 +23,7 @@ interface PartialPackageInfo {
|
|||||||
/**
|
/**
|
||||||
* Major versions of Node.js that are officially supported by Angular.
|
* Major versions of Node.js that are officially supported by Angular.
|
||||||
*/
|
*/
|
||||||
const SUPPORTED_NODE_MAJORS = [16, 18];
|
const SUPPORTED_NODE_MAJORS = [18];
|
||||||
|
|
||||||
const PACKAGE_PATTERNS = [
|
const PACKAGE_PATTERNS = [
|
||||||
/^@angular\/.*/,
|
/^@angular\/.*/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user