mirror of
https://github.com/actions/setup-node.git
synced 2025-12-13 07:41:37 +08:00
Merge branch 'pr/776'
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user