diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5aab4f4..0267a2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['16.x', '18.x', '20.x', '22.x'] + node: ['18.x', '20.x', '22.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: