mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
import * as hc from '@actions/http-client';
moved back
This commit is contained in:
parent
04a1a57903
commit
aa06bd5a2d
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import os = require('os');
|
||||
import * as assert from 'assert';
|
||||
import * as core from '@actions/core';
|
||||
import * as io from '@actions/io';
|
||||
import * as hc from '@actions/http-client';
|
||||
import * as io from '@actions/io';
|
||||
import * as tc from '@actions/tool-cache';
|
||||
import * as path from 'path';
|
||||
import * as semver from 'semver';
|
||||
|
|
Loading…
Add table
Reference in a new issue