Merge pull request #3356 from Minnozz/quick-fix-frontend-ci

Install same version of eslint in CI as in dev-tools
This commit is contained in:
Bart Schuurmans 2024-04-10 22:10:07 +02:00 committed by GitHub
commit 5686c5ae5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install modules
run: npm install stylelint stylelint-config-recommended stylelint-config-standard stylelint-order eslint
# run: npm install stylelint stylelint-config-recommended stylelint-config-standard stylelint-order eslint
run: npm install eslint@^8.9.0
# See .stylelintignore for files that are not linted.
# - name: Run stylelint