From 0ebde8c08c9389182448177d7f540b8974465d79 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 30 Oct 2018 18:58:16 +0000 Subject: [PATCH] add Node.js 10 LTS dubnium --- latest-linker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/latest-linker.js b/latest-linker.js index 0da795b..f6d9ded 100755 --- a/latest-linker.js +++ b/latest-linker.js @@ -11,6 +11,7 @@ const fs = require('fs') 4 : 'argon' , 6 : 'boron' , 8 : 'carbon' + , 10 : 'dubnium' } if (process.argv.length < 3)