Skip to content

Commit

Permalink
add Node.js 14 LTS fermium (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Oct 26, 2020
1 parent c2de627 commit 38a666a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latest-linker.js
Expand Up @@ -12,7 +12,8 @@ const ltsNames = {
6: 'boron',
8: 'carbon',
10: 'dubnium',
12: 'erbium'
12: 'erbium',
14: 'fermium'
}

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

0 comments on commit 38a666a

Please sign in to comment.