diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d056961b..73a839516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18, 21] + node: [14, 16, 18, 22] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4