diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index aa80dd0..39d51fd 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -10,7 +10,6 @@ process.env['RUNNER_TOOL_CACHE'] = toolDir process.env['RUNNER_TEMP'] = tempDir import * as installer from '../src/installer' -import * as semver from 'semver' const IS_WINDOWS = os.platform() === 'win32'