diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3deacce5..a449c6ed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - eslint: [8.x, "9.0.0-alpha.1"] + eslint: [8.x, "next"] node: [18.x, 20.x] include: - os: ubuntu-latest