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

6
dist/index.js vendored
View File

@@ -28824,6 +28824,12 @@ const fs = __importStar(__nccwpck_require__(7147));
const os = __importStar(__nccwpck_require__(2037));
function getVersionShort(versionLong) {
switch (versionLong) {
case '12266719':
return '16.0';
case '11479570':
return '13.0';
case '11076708':
return '12.0';
case '10406996':
return '11.0';
case '9862592':