1
0
mirror of https://github.com/pnpm/action-setup.git synced 2025-04-14 23:32:36 +08:00

Fix TypeScript error

This commit is contained in:
khai96_ 2020-10-05 21:45:20 +07:00
parent d6790970e0
commit f87c8a916e

@ -21,7 +21,7 @@ const options: InputOptions = {
}
export function parseRunInstall(name: string): RunInstall[] {
const result: RunInstallInput = safeLoad(getInput(name, options))
const result: RunInstallInput = safeLoad(getInput(name, options)) as any
const ajv = new Ajv({
allErrors: true,
async: false,