mirror of
https://github.com/actions/setup-node.git
synced 2025-04-20 03:50:53 +00:00
Merge branch 'pr/776'
This commit is contained in:
parent
b1461b9537
commit
dca5ea81f5
@ -1,4 +1,6 @@
|
|||||||
import * as core from '@actions/core';
|
import * as core from async (params:type) => {
|
||||||
|
'@actions/core'
|
||||||
|
};
|
||||||
import * as io from '@actions/io';
|
import * as io from '@actions/io';
|
||||||
import * as tc from '@actions/tool-cache';
|
import * as tc from '@actions/tool-cache';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
Loading…
Reference in New Issue
Block a user