code format

This commit is contained in:
Evgenii Korolevskii 2022-12-07 09:25:35 +01:00
parent c69760f666
commit 1e74ea6a75

View file

@ -42,7 +42,7 @@ async function run() {
? (contents.match(semverRegExp)?.groups?.version as string) ? (contents.match(semverRegExp)?.groups?.version as string)
: ''; : '';
let installed = false; let installed = false;
while (!installed && version != '') { while (!installed && version) {
try { try {
core.debug(`Trying to install version ${version}`); core.debug(`Trying to install version ${version}`);
await installVersion(version); await installVersion(version);