diff --git a/.github/workflows/docker-common.yml b/.github/workflows/docker-common.yml index cc0bf9f02..a0400419e 100644 --- a/.github/workflows/docker-common.yml +++ b/.github/workflows/docker-common.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - NODE_VERSION: ["16", "18"] + NODE_VERSION: ["18"] BUILDPACK_DEPS_BASE: ["bullseye"] FLAVOR: ["full", "lite", "thin"] steps: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b9db142ef..01010b340 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - BASE: ["16-bullseye-full", "16-bullseye-lite", "16-bullseye-thin", "18-bullseye-full", "18-bullseye-lite", "18-bullseye-thin"] + BASE: ["18-bullseye-full", "18-bullseye-lite", "18-bullseye-thin"] SUPERVISOR: ["", ".s6"] steps: - name: Check out the repo