From ae8eb14c392be39f700742ee644af23b13d37354 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Thu, 7 Dec 2023 19:20:56 +0100 Subject: [PATCH] Use same Docker image ... `codefresh/cli` also is based on Node, and uses Node 18 --- incubating/codecov-reporter/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codecov-reporter/step.yaml b/incubating/codecov-reporter/step.yaml index fe9051ae2..4c3b4d37d 100644 --- a/incubating/codecov-reporter/step.yaml +++ b/incubating/codecov-reporter/step.yaml @@ -89,7 +89,7 @@ spec: - echo CODECOV_URL=$CODECOV_URL >> /meta/env_vars_to_export second: name: "send report" - image: node:15.2 + image: codefresh/cli environment: - CODECOV_API_KEY=${{CODECOV_API_KEY}} - WORKING_DIRECTORY=${{working_directory}}