diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43f7e3399..a6c095e3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: runner: [ ubuntu-22.04 ] - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] steps: - name: Code checkout uses: actions/checkout@v3 @@ -49,7 +49,7 @@ jobs: needs: smoke-test strategy: matrix: - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] container-runtime: [ docker, docker-rootless, podman ] include: - container-runtime: docker @@ -70,7 +70,7 @@ jobs: needs: test-testcontainers strategy: matrix: - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] container-runtime: [ docker, docker-rootless, podman ] include: - container-runtime: docker