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