diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 730c21f..fe37ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, macos-latest] steps: