Skip to content

Commit

Permalink
fix: remove upper range node.js version check
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Apr 25, 2024
1 parent 66ca18c commit abdd2f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server/index.js
Expand Up @@ -8,14 +8,6 @@ const { nanoid } = require('nanoid')
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
// ----------------------------------------
Expand Down

0 comments on commit abdd2f0

Please sign in to comment.