diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab76207fc..f05ed0295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["18", "20", "22"] + node: ["18", "20", "21"] name: Node ${{ matrix.node }} steps: - name: Checkout repository