mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Update setup-node.js
This commit is contained in:
parent
f0b1d6225f
commit
3a49746a4e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ function run() {
|
||||||
console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
|
console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
|
||||||
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
|
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
|
||||||
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
|
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
|
||||||
|
console.log(`##[add-matcher]${path.join(matchersPath, 'tslint-prose.json')}`);
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
|
|
Loading…
Add table
Reference in a new issue