From e0ecd5e0f810004e4131a2d194df353596e431de Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Mon, 25 Nov 2024 11:43:39 +0000 Subject: [PATCH 1/2] remove node 16 image references --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e10477153..03baf9ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,6 @@ jobs: docker image rm node:20-alpine docker image rm node:18 docker image rm node:18-alpine - docker image rm node:16 - docker image rm node:16-alpine docker image rm debian:10 docker image rm debian:11 docker image rm ubuntu:22.04 From ca70b12c9aa4ec38a81786bfdad54565bb231ec0 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Mon, 25 Nov 2024 11:59:00 +0000 Subject: [PATCH 2/2] remove node 16 image references --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03baf9ab8..b71cd3e0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,8 +230,6 @@ jobs: docker image rm node:20-alpine docker image rm node:18 docker image rm node:18-alpine - docker image rm node:16 - docker image rm node:16-alpine docker image rm debian:10 docker image rm debian:11 docker image rm ubuntu:22.04