mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	Fix TypeScript error
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user