Skip to content

Commit abdd2f0

Browse files
authored
fix: remove upper range node.js version check
1 parent 66ca18c commit abdd2f0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

server/index.js

-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ const { nanoid } = require('nanoid')
88
const { DateTime } = require('luxon')
99
const { gte } = require('semver')
1010

11-
// ----------------------------------------
12-
// Check Node.js version
13-
// ----------------------------------------
14-
if (gte(process.version, '21.0.0')) {
15-
console.error('You\'re using an unsupported Node.js version. Please read the requirements.')
16-
process.exit(1)
17-
}
18-
1911
// ----------------------------------------
2012
// Init WIKI instance
2113
// ----------------------------------------

0 commit comments

Comments
 (0)