diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e5cd974..3deacce5 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.*"] + eslint: [8.x, "9.0.0-alpha.1"] node: [18.x, 20.x] include: - os: ubuntu-latest