Skip to content

Commit 6c26421

Browse files
alan-agius4filipesilva
authored andcommitted
fix(@angular/cli): update supported range of node versions to be less restrictive
This is to match the supported versions by the framework angular/angular#42205 Closes #20796 (cherry picked from commit 6467717)
1 parent 6ce75aa commit 6c26421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/packages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function loadPackageJson(p: string) {
8585
// Overwrite engines to a common default.
8686
case 'engines':
8787
pkg['engines'] = {
88-
'node': '^12.14.1 || ^14.0.0',
88+
'node': '^12.14.1 || >=14.0.0',
8989
'npm': '^6.11.0 || ^7.5.6',
9090
'yarn': '>= 1.13.0',
9191
};

0 commit comments

Comments
 (0)