Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-12-07 01:15:28 +0300
committerRebecca Turner <me@re-becca.org>2018-12-07 01:16:47 +0300
commit63f8a831b653599234b22c82d5aa966fc5f9975b (patch)
treefd200af5d86dbb572f0025698a553db6d7d6b95b /lib
parentc95edb240926f7896f77f07e4e749c6571291cba (diff)
unsupported: Add v12 (nightlies) to supported list
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/unsupported.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils/unsupported.js b/lib/utils/unsupported.js
index 09d7784dd..bfed5cdbe 100644
--- a/lib/utils/unsupported.js
+++ b/lib/utils/unsupported.js
@@ -5,7 +5,8 @@ var supportedNode = [
{ver: '8', min: '8.0.0'},
{ver: '9', min: '9.0.0'},
{ver: '10', min: '10.0.0'},
- {ver: '11', min: '11.0.0'}
+ {ver: '11', min: '11.0.0'},
+ {ver: '12', min: '12.0.0'}
]
var knownBroken = '<4.7.0'