Unverified Commit abdd2f0d authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: remove upper range node.js version check

parent 66ca18c4
......@@ -9,14 +9,6 @@ const { DateTime } = require('luxon')
const { gte } = require('semver')
// ----------------------------------------
// Check Node.js version
// ----------------------------------------
if (gte(process.version, '21.0.0')) {
console.error('You\'re using an unsupported Node.js version. Please read the requirements.')
process.exit(1)
}
// ----------------------------------------
// Init WIKI instance
// ----------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment