mirror of
https://github.com/actions/setup-node
synced 2025-04-09 10:25:52 +00:00
Merge branch 'pr/776'
This commit is contained in:
parent
b1461b9537
commit
dca5ea81f5
1 changed files with 3 additions and 1 deletions
|
@ -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 tc from '@actions/tool-cache';
|
||||
import fs from 'fs';
|
||||
|
|
Loading…
Add table
Reference in a new issue