diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5abc572d..237eb9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x] + node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 26.x] os: [ubuntu-latest, macos-15-intel, windows-latest] runs-on: ${{ matrix.os }} steps: