mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
deps: Require Node.js 12.17.0 or later
This makes it possible to use dynamic `import()`.
This commit is contained in:
parent
151f954fea
commit
1e604add99
7 changed files with 8 additions and 7 deletions
|
@ -41,8 +41,8 @@ if (settings.dumpOnUncleanExit) {
|
|||
* any modules that require newer versions of NodeJS
|
||||
*/
|
||||
const NodeVersion = require('./utils/NodeVersion');
|
||||
NodeVersion.enforceMinNodeVersion('12.13.0');
|
||||
NodeVersion.checkDeprecationStatus('12.13.0', '1.8.14');
|
||||
NodeVersion.enforceMinNodeVersion('12.17.0');
|
||||
NodeVersion.checkDeprecationStatus('12.17.0', '1.9.0');
|
||||
|
||||
const UpdateCheck = require('./utils/UpdateCheck');
|
||||
const db = require('./db/DB');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue