diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 256759f..b388949 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: test-node: strategy: matrix: - node-version: [18, 20, 21] + node-version: [18, 20, 22] name: test (node-${{ matrix.node-version }}) runs-on: ubuntu-latest steps: