mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
runtime: deprecate Node <= 7. From Etherpad 1.8.0 minimum Node version will be 8
This commit is contained in:
parent
7544585908
commit
a69f8a3db9
2 changed files with 22 additions and 0 deletions
|
@ -45,6 +45,11 @@ async.waterfall([
|
|||
NodeVersion.enforceMinNodeVersion('6.9.0', callback);
|
||||
},
|
||||
|
||||
function(callback)
|
||||
{
|
||||
NodeVersion.checkDeprecationStatus('8.9.0', '1.8.0', callback);
|
||||
},
|
||||
|
||||
// load npm
|
||||
function(callback) {
|
||||
npm.load({}, function(er) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue