diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f23ed1565..ed021a3c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 21.x] platform: [ubuntu-latest, windows-latest] steps: