From 5e3e016becbc977c32ac25ff983ed66c1506039b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Sat, 7 Feb 2026 14:30:13 +0900 Subject: [PATCH] ci: use stable ESLint v10 in the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2822ed4d..37235082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - eslint: [9.15.0, 9.x, ^10.0.0-rc.0] + eslint: [9.15.0, 9.x, 10.x] node: [25.x, 24.x, 22.x, 20.x, "20.19.0"] include: - os: windows-latest