diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0600b61f..e306ae5dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20, 22, 24] + node-version: [20, 22, 24, 25] steps: - name: Checkout repository