diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e1acd66..566793d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x, latest] + node-version: [20.x, 22.x, 24.x, latest] fail-fast: false steps: - name: Checkout