mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
runtime: require node >= 10.13.0 LTS
At the moment, NodeJS 10.x is the lowest supported LTS version. NodeJS 8.x is no longer supported upstream. Implements #3835. Planned in #3650.
This commit is contained in:
parent
6cba0f1dc5
commit
684f374ece
6 changed files with 9 additions and 7 deletions
|
@ -31,7 +31,7 @@ log4js.replaceConsole();
|
|||
* early check for version compatibility before calling
|
||||
* any modules that require newer versions of NodeJS
|
||||
*/
|
||||
NodeVersion.enforceMinNodeVersion('8.9.0');
|
||||
NodeVersion.enforceMinNodeVersion('10.13.0');
|
||||
|
||||
/*
|
||||
* Etherpad 1.8.3 will require at least nodejs 10.13.0.
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"wd": "1.11.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.9.0",
|
||||
"node": ">=10.13.0",
|
||||
"npm": ">=5.5.1"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue