Skip to content

Commit 84903f5

Browse files
committed
Remove node-fetch from type
1 parent 5349cf9 commit 84903f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: types/async-function.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import { Context } from '@actions/github/lib/context';
55
import { GitHub } from '@actions/github/lib/utils';
66
import * as glob from '@actions/glob';
77
import * as io from '@actions/io';
8-
import fetch from 'node-fetch';
98
export declare type AsyncFunctionArguments = {
109
context: Context;
1110
core: typeof core;
1211
github: InstanceType<typeof GitHub>;
1312
exec: typeof exec;
1413
glob: typeof glob;
1514
io: typeof io;
16-
fetch: typeof fetch;
1715
require: NodeRequire;
1816
__original_require__: NodeRequire;
1917
};

0 commit comments

Comments
 (0)