From 29aaaf26f419aae2cd2d84d2ef5740bbaf107558 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 24 Oct 2024 00:01:05 +0000 Subject: [PATCH] =?UTF-8?q?Add=20mapping=20for=20Node.js=2022=20=E2=86=92?= =?UTF-8?q?=20Jod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.js b/common.js index 8cf5f7e..629fcb7 100755 --- a/common.js +++ b/common.js @@ -12,7 +12,8 @@ const ltsNames = { 14: 'fermium', 16: 'gallium', 18: 'hydrogen', - 20: 'iron' + 20: 'iron', + 22: 'jod' } class Linker {