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:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user