diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 634c56c..4d60441 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x, 23.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v3