mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
import os = require('os'); moved back
This commit is contained in:
parent
c1c463274c
commit
a2b4d83e03
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue