From cb3a65bc948bcf578d293955c9fb3f88e7c53e1d Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 24 Oct 2023 01:34:26 -0600 Subject: [PATCH 1/4] Add Java and Node versions supported --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5ddb589e28eb..c8dcefaed058 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ Please read our [guidelines](/CONTRIBUTING.md#submitting-an-issue) before submit We are honoured by any contributions you may have small or large. Please refer to our [contribution guidelines and instructions document](https://github.com/jhipster/generator-jhipster/blob/main/CONTRIBUTING.md) for any information about contributing to the project. +## Java and Node versions + +The following Java and Node combinations are tested and verified by GitHub Actions: + +| Java | Node | Status | +|------|------|--- ----| +| 21 | 20 | ✅ | +| 17 | 18 | ✅ | + ## Sponsors Support this project by becoming a sponsor! [Become a sponsor](https://opencollective.com/generator-jhipster) or [learn more about sponsoring the project](https://www.jhipster.tech/sponsors/). From 8865a805176d3441f05adddc1fed043a0da185f6 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 24 Oct 2023 01:36:57 -0600 Subject: [PATCH 2/4] Update based on IntelliJ recommendations --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8dcefaed058..8d7cc4dfe4a5 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ We are honoured by any contributions you may have small or large. Please refer t The following Java and Node combinations are tested and verified by GitHub Actions: | Java | Node | Status | -|------|------|--- ----| -| 21 | 20 | ✅ | -| 17 | 18 | ✅ | +|------|------|--------| +| 21 | 20 | ✅ | +| 17 | 18 | ✅ | ## Sponsors From 4bad155a416de83242439a1f3a02b720ed8821fe Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 24 Oct 2023 01:37:45 -0600 Subject: [PATCH 3/4] Clarify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d7cc4dfe4a5..b3ca92efadee 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please read our [guidelines](/CONTRIBUTING.md#submitting-an-issue) before submit We are honoured by any contributions you may have small or large. Please refer to our [contribution guidelines and instructions document](https://github.com/jhipster/generator-jhipster/blob/main/CONTRIBUTING.md) for any information about contributing to the project. -## Java and Node versions +## Supported Java and Node versions The following Java and Node combinations are tested and verified by GitHub Actions: From 0b4a2a8de2f6a479ba0ef97653dce10971ed566d Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 24 Oct 2023 01:47:17 -0600 Subject: [PATCH 4/4] Tighten things up with Prettier --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3ca92efadee..56df39772a66 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ We are honoured by any contributions you may have small or large. Please refer t The following Java and Node combinations are tested and verified by GitHub Actions: | Java | Node | Status | -|------|------|--------| -| 21 | 20 | ✅ | -| 17 | 18 | ✅ | +| ---- | ---- | ------ | +| 21 | 20 | ✅ | +| 17 | 18 | ✅ | ## Sponsors