We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b29d88 commit a8e1559Copy full SHA for a8e1559
ci/nodeEngineCheck.js
@@ -88,6 +88,7 @@ class NodeEngineCheck {
88
nodeVersion: version
89
});
90
} catch(e) {
91
+ console.log(`Ignoring file because it is not valid JSON: ${file}`);
92
core.warning(`Ignoring file because it is not valid JSON: ${file}`);
93
}
94
0 commit comments