Skip to content

Commit

Permalink
deps: npm: patch support for 13.x
Browse files Browse the repository at this point in the history
This should keep the npm warning at bay until it is patched
upstream.

Refs: npm/cli#269
Refs: #30066

PR-URL: #30079
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
ljharb authored and targos committed Nov 8, 2019
1 parent 0e2de0f commit c1826ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/npm/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 c1826ed

Please sign in to comment.