diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecc33d5..460198e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - os: ubuntu-latest node_version: 18 - os: ubuntu-latest - node_version: 21 + node_version: 22 fail-fast: false name: "CI tests on node-${{ matrix.node_version }}, ${{ matrix.os }}" steps: