Skip to content

Commit b7000a9

Browse files
authored
Add support for macOS 14 (#18)
1 parent 74d928f commit b7000a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os from 'node:os';
22

33
const nameMap = new Map([
4+
[23, ['Sonoma', '14']],
45
[22, ['Ventura', '13']],
56
[21, ['Monterey', '12']],
67
[20, ['Big Sur', '11']],

0 commit comments

Comments
 (0)