mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
fix lint issues
This commit is contained in:
parent
e5c6ca31f3
commit
079229f185
4 changed files with 12 additions and 2 deletions
|
@ -20,4 +20,4 @@ export async function getJavaAdoptOpenJDK(
|
|||
function normalize(version: string): string {
|
||||
if (version == '1.8') return '8';
|
||||
return version;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue