diff --git a/src/main.ts b/src/main.ts index 81923fac..434b868e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,7 +5,7 @@ import * as auth from './authutil'; import * as path from 'path'; import {restoreCache} from './cache-restore'; import {URL} from 'url'; -import os from 'os'; +import os = require('os'); export async function run() { try {