diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a24c4c..903bdf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - node: [16, 18, 20, 22] + node: [18, 20, 22] steps: - name: Checkout