Skip to content

Commit

Permalink
docs: provide minimum supported major version
Browse files Browse the repository at this point in the history
  • Loading branch information
bacebu4 committed Sep 24, 2024
1 parent f21a467 commit 7af44a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:

test:
stage: test
image: node:21-alpine
image: node:22-alpine
artifacts:
when: always
reports:
Expand All @@ -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.
Expand Down

0 comments on commit 7af44a7

Please sign in to comment.