Skip to content

Commit 3b9d0f1

Browse files
Update .github/workflows/linters.yml
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 8321c08 commit 3b9d0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
echo
112112
echo 'ERROR: The JavaScript lint validation failed (the errors are logged above).'
113113
echo ' Please fix the lint errors.'
114-
if make lint-js-fix > /dev/null 2>&1; then
114+
if NODE=$(command -v node) make lint-js-fix > /dev/null 2>&1; then
115115
echo ' Run:'
116116
echo ' make lint-js-fix'
117117
echo ' to fix the lint issues.'

0 commit comments

Comments
 (0)