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 8321c08 commit 3b9d0f1Copy full SHA for 3b9d0f1
.github/workflows/linters.yml
@@ -111,7 +111,7 @@ jobs:
111
echo
112
echo 'ERROR: The JavaScript lint validation failed (the errors are logged above).'
113
echo ' Please fix the lint errors.'
114
- if make lint-js-fix > /dev/null 2>&1; then
+ if NODE=$(command -v node) make lint-js-fix > /dev/null 2>&1; then
115
echo ' Run:'
116
echo ' make lint-js-fix'
117
echo ' to fix the lint issues.'
0 commit comments