github: remove node 16 workflows

This commit is contained in:
Koushik Dutta
2022-12-20 08:18:22 -08:00
parent 29aeb68edc
commit 2b3e2e9155
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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