File tree
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed packages/angular/cli/src/commands/version
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # Engine versions to stamp in a release package.json
|
2 |
| -RELEASE_ENGINES_NODE = "^20.11.1 || >=22.11.0" |
| 2 | +RELEASE_ENGINES_NODE = "^20.11.1 || ^22.11.0 || >=24.0.0" |
3 | 3 | RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
|
4 | 4 | RELEASE_ENGINES_YARN = ">= 1.13.0"
|
5 | 5 |
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -23,7 +23,7 @@ interface PartialPackageInfo {
|
23 | 23 | /**
|
24 | 24 | * Major versions of Node.js that are officially supported by Angular.
|
25 | 25 | */
|
26 |
| -const SUPPORTED_NODE_MAJORS = [20, 22]; |
| 26 | +const SUPPORTED_NODE_MAJORS = [20, 22, 24]; |
27 | 27 |
|
28 | 28 | const PACKAGE_PATTERNS = [
|
29 | 29 | /^@angular\/.*/,
|
|
You can’t perform that action at this time.
0 commit comments