Add support for versions 12, 13, and 16

This commit is contained in:
Stefan Wärting
2024-10-29 20:11:09 +01:00
committed by Vilius Sutkus '89
parent f34c17e4f4
commit 2022e05939
5 changed files with 26 additions and 8 deletions

View File

@@ -7,6 +7,12 @@ import * as os from 'os'
function getVersionShort(versionLong: string): string {
switch (versionLong) {
case '12266719':
return '16.0'
case '11479570':
return '13.0'
case '11076708':
return '12.0'
case '10406996':
return '11.0'
case '9862592':