Skip to content

Commit

Permalink
unsupported: add node v13
Browse files Browse the repository at this point in the history
PR-URL: #269
Credit: @ljharb
Close: #269
Reviewed-by: @mikemimik
  • Loading branch information
ljharb authored and Michael Perrotte committed Oct 29, 2019
1 parent 44ddd0b commit 6508e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils/unsupported.js
Expand Up @@ -6,7 +6,8 @@ var supportedNode = [
{ver: '9', min: '9.0.0'},
{ver: '10', min: '10.0.0'},
{ver: '11', min: '11.0.0'},
{ver: '12', min: '12.0.0'}
{ver: '12', min: '12.0.0'},
{ver: '13', min: '13.0.0'}
]
var knownBroken = '<6.0.0'

Expand Down

0 comments on commit 6508e83

Please sign in to comment.