diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5c7fd78..a0b68d555 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: matrix: node-version: - 22.15.0 + - 24.0.0 steps: - name: checkout uses: actions/checkout@v4.2.2