Skip to content

Commit

Permalink
Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantsure authored Nov 14, 2022
1 parent 81cd5a5 commit 7181b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/src/internal/cacheUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function unlinkFile(filePath: fs.PathLike): Promise<void> {
return util.promisify(fs.unlink)(filePath)
}

export async function getVersion(app: string): Promise<string> {
async function getVersion(app: string): Promise<string> {
core.debug(`Checking ${app} --version`)
let versionOutput = ''
try {
Expand Down

0 comments on commit 7181b91

Please sign in to comment.