Skip to content

Commit 10db4f9

Browse files
authored
Add Node.js 18 hydrogen (#11)
Refs: nodejs/node#45100 Refs: https://github.com/nodejs/Release/blob/main/CODENAMES.md Signed-off-by: Ruy Adorno <[email protected]>
1 parent a80baa3 commit 10db4f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

latest-linker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const ltsNames = {
1414
10: 'dubnium',
1515
12: 'erbium',
1616
14: 'fermium',
17-
16: 'gallium'
17+
16: 'gallium',
18+
18: 'hydrogen'
1819
}
1920

2021
if (process.argv.length < 3) {

0 commit comments

Comments
 (0)