Skip to content

Commit

Permalink
fix(@angular/cli): update supported range of node versions to be less…
Browse files Browse the repository at this point in the history
… restrictive

This is to match the supported versions by the framework angular/angular#42205

Closes #20796

(cherry picked from commit 6467717)
  • Loading branch information
alan-agius4 authored and filipesilva committed May 31, 2021
1 parent 6ce75aa commit 6c26421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function loadPackageJson(p: string) {
// Overwrite engines to a common default.
case 'engines':
pkg['engines'] = {
'node': '^12.14.1 || ^14.0.0',
'node': '^12.14.1 || >=14.0.0',
'npm': '^6.11.0 || ^7.5.6',
'yarn': '>= 1.13.0',
};
Expand Down

0 comments on commit 6c26421

Please sign in to comment.