diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea14995..2669995 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node-version: [ 6, 12, 18, 20, 22 ] + node-version: [ 6, 12, 18, 20, 22, 23 ] runs-on: ${{ matrix.os }} steps: