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