diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d340e4d..e1fd723 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18, 20] + node-version: [20] steps: - name: Checkout Repo