Skip to content

Commit

Permalink
feat(platform-server): update supported range of node versions (#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 #41544
  • Loading branch information
josephperrott authored and zarend committed Apr 14, 2021
1 parent ef0d1c3 commit c901b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/platform-server/package.json
Expand Up @@ -4,6 +4,9 @@
"description": "Angular - library for using Angular in Node.js",
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"peerDependencies": {
"@angular/animations": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
Expand Down Expand Up @@ -34,9 +37,6 @@
"./__ivy_ngcc__/esm2015/init/src/init.js",
"./__ivy_ngcc__/fesm2015/init.js"
],
"engines": {
"node": ">=8.0"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
Expand Down

0 comments on commit c901b4d

Please sign in to comment.