mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-16 17:54:10 +07:00
Bump version to 1.11.4
Update Node.js dependencies Fix build error in install.ts Add config to generate types Add bugs, directories, files and types entries in package.json
This commit is contained in:
@ -92,7 +92,7 @@ export async function run(): Promise<void> {
|
||||
core.setFailed('Unable to get the PHP version');
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed(error as Error);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user