mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
aint pretty but it works
This commit is contained in:
parent
1e2990d3cd
commit
9ca6fa06b4
3 changed files with 14 additions and 6 deletions
|
@ -6,7 +6,7 @@ import * as path from 'path';
|
|||
import {restoreCache} from './cache-restore';
|
||||
import {isGhes, isCacheFeatureAvailable, getCommandOutput} from './cache-utils';
|
||||
import os = require('os');
|
||||
import semver from 'semver';
|
||||
import * as semver from 'semver';
|
||||
|
||||
export async function run() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue