diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b0931b5..73aab68 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] steps: - uses: actions/checkout@v4