build: upgrade to node 14 (#41544)

Upgrade local development environment for the angular repo to use node 14
dropping node 10 from supported for development within the angular repo.

PR Close #41544
This commit is contained in:
Joey Perrott
2021-04-12 12:01:58 -07:00
committed by Zach Arend
parent 0bc539af29
commit ee615e0744
9 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json",
"engines": {
"node": ">=10.19.0 <16.0.0",
"node": ">=12.14.1 <16.0.0",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},