mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
changed import from syntax instead require line 3 and line 8
This commit is contained in:
parent
b8f2a97f38
commit
a03cbe2e3f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import * as core from '@actions/core';
|
import * as core from '@actions/core';
|
||||||
import * as installer from './installer';
|
import * as installer from './installer';
|
||||||
import fs = require('fs');
|
import fs from 'fs';
|
||||||
import * as auth from './authutil';
|
import * as auth from './authutil';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import {restoreCache} from './cache-restore';
|
import {restoreCache} from './cache-restore';
|
||||||
|
|
Loading…
Add table
Reference in a new issue