Skip to content

Commit 58c585e

Browse files
ljharbtargos
authored andcommitted
deps: npm: patch support for 13.x
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 22e10fd commit 58c585e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/npm/lib/utils/unsupported.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ var supportedNode = [
66
{ver: '9', min: '9.0.0'},
77
{ver: '10', min: '10.0.0'},
88
{ver: '11', min: '11.0.0'},
9-
{ver: '12', min: '12.0.0'}
9+
{ver: '12', min: '12.0.0'},
10+
{ver: '13', min: '13.0.0'}
1011
]
1112
var knownBroken = '<6.0.0'
1213

0 commit comments

Comments
 (0)