mirror of
https://github.com/actions/setup-node.git
synced 2025-12-13 15:58:30 +08:00
import os = require('os'); moved back
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user