diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0096ac2..2545d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22.22.1, 24] + node: [20, 22, 24] steps: - name: Checkout repository uses: actions/checkout@v6