mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 06:10:52 +00:00
import os = require('os'); moved back
This commit is contained in:
parent
c1c463274c
commit
a2b4d83e03
@ -5,7 +5,7 @@ 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';
|
||||||
import {URL} from 'url';
|
import {URL} from 'url';
|
||||||
import os from 'os';
|
import os = require('os');
|
||||||
|
|
||||||
export async function run() {
|
export async function run() {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user