From a982cc6a29bb6acce896e83703a5f4a04ebb87fa Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 25 Oct 2022 12:43:09 -0400 Subject: [PATCH] Add Node.js 18 hydrogen Signed-off-by: Ruy Adorno Refs: https://github.com/nodejs/node/pull/45100 Refs: https://github.com/nodejs/Release/blob/main/CODENAMES.md --- latest-linker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latest-linker.js b/latest-linker.js index f236edd..946d21b 100755 --- a/latest-linker.js +++ b/latest-linker.js @@ -14,7 +14,8 @@ const ltsNames = { 10: 'dubnium', 12: 'erbium', 14: 'fermium', - 16: 'gallium' + 16: 'gallium', + 18: 'hydrogen' } if (process.argv.length < 3) {