diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af79a008..e572b9a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 22, 23] + node: [18, 20, 22, 24] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}