mirror of
https://github.com/actions/setup-node.git
synced 2026-07-05 08:37:18 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
import {Context} from '@actions/github/lib/context';
|
|
|
|
export const context = new Context();
|