diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0356ee..288ec82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [18, 20, 22] + node: [18, 20, 22, 24] fail-fast: false steps: