1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-10 02:45:50 +00:00

Update setup-node.js

This commit is contained in:
Michael van der Net 2019-12-13 14:50:05 +01:00 committed by GitHub
parent f0b1d6225f
commit 3a49746a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ function run() {
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-compact.json')}`);
console.log(`##[add-matcher]${path.join(matchersPath, 'tslint-prose.json')}`);
}
catch (error) {
core.setFailed(error.message);