diff --git a/.github/workflows/benchmark-comparison.yml b/.github/workflows/benchmark-comparison.yml index bbb1f39..6c29599 100644 --- a/.github/workflows/benchmark-comparison.yml +++ b/.github/workflows/benchmark-comparison.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: - node-version: [18, 20, 22, 24] + node-version: [20, 22, 24] steps: - name: Checkout code