From 4649cc703009e4c07c9f9a67063085d61d8ea8f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:04:53 +0000 Subject: [PATCH] chore: Updates the value of the node docker image in the Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea908249..3f5a40fd 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ test-%: prepare-test set -x IMAGE=$* bats/bin/bats $(bats_flags) | tee target/results-$*.tap # convert TAP to JUNIT - docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:18.18.0-alpine3.18 \ + docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:21.1.0-alpine3.18 \ sh -c "npm install -g npm@9.9.0 && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml" test: prepare-test