Skip to content

Commit a3530fb

Browse files
authored
ci: use stable ESLint v10 in the CI (#212)
1 parent 420c4d6 commit a3530fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
eslint: [9.15.0, 9.x, ^10.0.0-rc.0]
30+
eslint: [9.15.0, 9.x, 10.x]
3131
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
3232
include:
3333
- os: windows-latest

0 commit comments

Comments
 (0)