mirror of
https://github.com/actions/setup-java.git
synced 2026-04-27 16:17:34 +03:00
3f07048e3d
This reverts commit c3ac5dd0ed.
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|