Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1e08b0

Browse files
committedAug 14, 2024·
ci: test against ESLint v9
1 parent 62b93a2 commit d1e08b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/verifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
# The .x indicates "the most recent one"
3737
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
38-
eslint: [7.5, 7, 8]
38+
eslint: [7.5, 7, 8, 9]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.