From 7af44a7169cc6eb4ee43e485d8b68c3b0fd9e9f9 Mon Sep 17 00:00:00 2001 From: bacebu4 Date: Tue, 24 Sep 2024 09:45:32 +0200 Subject: [PATCH] docs: provide minimum supported major version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d7ab8..57d55db 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ stages: test: stage: test - image: node:21-alpine + image: node:22-alpine artifacts: when: always reports: @@ -52,6 +52,10 @@ test: coverage: '/all files[^|]*\|[^|]*\s+([\d\.]+)/' ``` +## Supported Versions + +The reporter can be used with **node v20 and later**, detailed explanation is [here](https://github.com/bacebu4/cobertura/issues/3#issuecomment-2370444363) + ## Acknowledgements This test reporter is heavily inspired by test reporters of [this GitHub repo](https://github.com/MoLow/reporters) and some code parts might be directly copied from there.