Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58c585e

Browse filesBrowse 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 <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 22e10fd commit 58c585e
Copy full SHA for 58c585e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎deps/npm/lib/utils/unsupported.js‎

Copy file name to clipboardExpand all lines: deps/npm/lib/utils/unsupported.js
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.