mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
93c3b2e75a
We implemented v18 support, so this is not needed.
20 lines
641 B
Diff
20 lines
641 B
Diff
diff --git a/server/index.js b/server/index.js
|
|
index 7cdb4f80..161ebeb7 100644
|
|
--- a/server/index.js
|
|
+++ b/server/index.js
|
|
@@ -8,14 +8,6 @@ const { nanoid } = require('nanoid')
|
|
const { DateTime } = require('luxon')
|
|
const { gte } = require('semver')
|
|
|
|
-// ----------------------------------------
|
|
-// Check Node.js version
|
|
-// ----------------------------------------
|
|
-if (gte(process.version, '18.0.0')) {
|
|
- console.error('You\'re using an unsupported Node.js version. Please read the requirements.')
|
|
- process.exit(1)
|
|
-}
|
|
-
|
|
// ----------------------------------------
|
|
// Init WIKI instance
|
|
// ----------------------------------------
|