From e71159e0a1c37e3793bbf4c990dd857ceb36964a Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 5 Dec 2023 15:27:41 +0200 Subject: [PATCH] fix runner missing images --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ae9396..1f2ac775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,8 +119,6 @@ jobs: - run: npm run build:metadata - name: Delete default runner images run: | - docker image rm node:14 - docker image rm node:14-alpine docker image rm node:16 docker image rm node:16-alpine docker image rm node:18