From 2cdcc16bbd98cc524518b68bde3de7a916b0990c Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 23 Jan 2023 11:01:56 +0100 Subject: [PATCH] Remove Node 8 and 10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 832e671..2079984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ node: stage: build parallel: matrix: - - VERSION: ['8-jessie-slim','10-jessie-slim','12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim'] + - VERSION: ['12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim'] script: - docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} . - docker push $CI_REGISTRY_IMAGE:${VERSION} -- GitLab