changed import from syntax instead require line 3 and line 8

pull/338/head
Hargun Kaur 2021-10-07 16:42:34 +00:00 committed by GitHub
parent b8f2a97f38
commit a03cbe2e3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import * as core from '@actions/core';
import * as installer from './installer';
import fs = require('fs');
import fs from 'fs';
import * as auth from './authutil';
import * as path from 'path';
import {restoreCache} from './cache-restore';