diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2f74ec..6918620 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16, 17, 18, 19, 20, 21] + node: [18, 19, 20, 21] runs-on: ${{ matrix.os }} steps: - name: Checkout