diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcdf82..293fd00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4