Skip to content

Commit 38a666a

Browse files
authored
add Node.js 14 LTS fermium (#7)
Refs: nodejs/node#35746
1 parent c2de627 commit 38a666a

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
@@ -12,7 +12,8 @@ const ltsNames = {
1212
6: 'boron',
1313
8: 'carbon',
1414
10: 'dubnium',
15-
12: 'erbium'
15+
12: 'erbium',
16+
14: 'fermium'
1617
}
1718

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

0 commit comments

Comments
 (0)