fix(forms): update supported range of node versions to only include LTS versions ()

Update the supported range of node versions for Angular to only include supported LTS versions.

PR Close 
This commit is contained in:
Joey Perrott 2021-04-26 11:47:10 -07:00 committed by Jessica Janiuk
parent 2364f7c94a
commit ff4f77b0b9
1 changed files with 1 additions and 1 deletions
packages/forms

View File

@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"