diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a877dc..979f898 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 17.x] + node-version: [18.x, 20.x, 22.x, 23.x] steps: - name: Git checkout