aint pretty but it works

This commit is contained in:
Ethan Arrowood 2022-05-02 16:05:31 -06:00
parent 1e2990d3cd
commit 9ca6fa06b4
No known key found for this signature in database
GPG key ID: ED811E6BC98E8742
3 changed files with 14 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import * as path from 'path';
import {restoreCache} from './cache-restore';
import {isGhes, isCacheFeatureAvailable, getCommandOutput} from './cache-utils';
import os = require('os');
import semver from 'semver';
import * as semver from 'semver';
export async function run() {
try {