Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Jun 5, 2024
1 parent d38c7ac commit 1edf84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: composer install --prefer-dist

- name: Install Node packages
run: sudo npm install -g eslint
run: sudo npm install -g eslint@8.57.0

- name: Run JS linter (eslint)
run: eslint web/js
Expand Down

0 comments on commit 1edf84d

Please sign in to comment.