Skip to content

Commit

Permalink
Add Node.js 18 hydrogen
Browse files Browse the repository at this point in the history
Signed-off-by: Ruy Adorno <ruyadorno@google.com>
Refs: nodejs/node#45100
Refs: https://github.com/nodejs/Release/blob/main/CODENAMES.md
  • Loading branch information
ruyadorno committed Oct 25, 2022
1 parent a80baa3 commit a982cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latest-linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const ltsNames = {
10: 'dubnium',
12: 'erbium',
14: 'fermium',
16: 'gallium'
16: 'gallium',
18: 'hydrogen'
}

if (process.argv.length < 3) {
Expand Down

0 comments on commit a982cc6

Please sign in to comment.