We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d928f commit b7000a9Copy full SHA for b7000a9
index.js
@@ -1,6 +1,7 @@
1
import os from 'node:os';
2
3
const nameMap = new Map([
4
+ [23, ['Sonoma', '14']],
5
[22, ['Ventura', '13']],
6
[21, ['Monterey', '12']],
7
[20, ['Big Sur', '11']],
0 commit comments