Skip to content

Commit

Permalink
feat(upgrade): update supported range of node versions (angular#41544)
Browse files Browse the repository at this point in the history
Update the supported range of node versions for Angular.  Angular now
supports node >=12.14.1 to <16.0.0, dropping support for Node v10.

PR Close angular#41544
  • Loading branch information
josephperrott authored and zarend committed Apr 14, 2021
1 parent fc597f1 commit beafa22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Angular - the library for easing update from v1 to v2",
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
},
Expand Down

0 comments on commit beafa22

Please sign in to comment.