diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 993a590..0d26cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ["18.x", "20.x"] + node: ["18.x", "20.x", "21.x", "22.x"] os: [ubuntu-latest] steps: