Skip to content

Commit

Permalink
fix: bump knownBroken to <12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 28, 2022
1 parent 84f746f commit 76f2462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = async process => {
// checks as early as possible so the user gets the error message.
const semver = require('semver')
const supported = require('../package.json').engines.node
const knownBroken = '<6.2.0 || 9 <9.3.0'
const knownBroken = '<12.5.0'

const nodejsVersion = process.version.replace(/-.*$/, '')
/* eslint-disable no-console */
Expand Down

0 comments on commit 76f2462

Please sign in to comment.