Skip to content

Commit

Permalink
Revert "deps: manually add 10.x support to npm"
Browse files Browse the repository at this point in the history
This reverts commit 55557ba.

PR-URL: #19837
Reviewed-By: Gus Caplan <me@gus.host>
  • Loading branch information
addaleax committed Apr 5, 2018
1 parent 55557ba commit 026f6b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/npm/lib/utils/unsupported.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ var supportedNode = [
{ver: '6', min: '6.0.0'},
{ver: '7', min: '7.0.0'},
{ver: '8', min: '8.0.0'},
{ver: '9', min: '9.0.0'},
{ver: '10', min: '10.0.0'}
{ver: '9', min: '9.0.0'}
]
var knownBroken = '<4.7.0'

Expand Down

0 comments on commit 026f6b7

Please sign in to comment.