diff --git a/.github/workflows/clean-up-unused-images.yaml b/.github/workflows/clean-up-unused-images.yaml index cb402c43c7..3b5018534b 100644 --- a/.github/workflows/clean-up-unused-images.yaml +++ b/.github/workflows/clean-up-unused-images.yaml @@ -29,6 +29,8 @@ jobs: with: node-version: "20" + - run: npm ci + - name: Find unused images run: make find-unused-images