Skip to content

Commit 75bae8a

Browse files
authored
Merge pull request #1375 from PHPCSStandards/feature/fix-eslint-tests
Generic/ESLint: fix tests
2 parents 9c42a80 + 7e0cf97 commit 75bae8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: >
219219
npm install -g --fund false
220220
csslint
221-
eslint
221+
eslint@9.x
222222
jshint
223223
224224
# Install dependencies and handle caching in one go.
@@ -331,7 +331,7 @@ jobs:
331331
run: >
332332
npm install -g --fund false
333333
csslint
334-
eslint
334+
eslint@9.x
335335
jshint
336336
337337
# Install dependencies and handle caching in one go.

0 commit comments

Comments
 (0)