From bbaf27ca941c845841bc5c1dd871c36be1658b13 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Sun, 26 Oct 2025 01:28:26 +0000 Subject: [PATCH] =?UTF-8?q?Add=20mapping=20for=20Node.js=2024=20=E2=86=92?= =?UTF-8?q?=20Krypton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/60414 Refs: https://github.com/nodejs/Release/blob/main/CODENAMES.md --- common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.js b/common.js index 87922f2..d68c50d 100755 --- a/common.js +++ b/common.js @@ -13,7 +13,8 @@ const ltsNames = { 16: 'gallium', 18: 'hydrogen', 20: 'iron', - 22: 'jod' + 22: 'jod', + 24: 'krypton' } class Linker {