Skip to content

Commit 01cb427

Browse files
committed
Fix icon for unofficially supported versions
1 parent a9b1dff commit 01cb427

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ OWASP Juice Shop officially supports the following versions of
201201
[node.js LTS schedule](https://github.com/nodejs/LTS) as close as possible. Docker images and packaged distributions are
202202
offered accordingly.
203203

204-
| node.js | Supported | Tested | [Packaged Distributions](#packaged-distributions) | [Docker images](#docker-container) from `master` | [Docker images](#docker-container) from `develop` |
205-
|:--------|:---------------------|:----------------------------------------------------------|:--------------------------------------------------|:-------------------------------------------------|:--------------------------------------------------|
206-
| 22.x | :x: | :x: | | | |
207-
| 21.x | (:heavy_check_mark:) | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | | |
208-
| 20.x | :heavy_check_mark: | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | `latest` (`linux/amd64`, `linux/arm64`) | `snapshot` (`linux/amd64`, `linux/arm64`) |
209-
| 20.6.0 | :x: | :bug: https://github.com/angular/angular-cli/issues/25782 | | | |
210-
| 19.x | (:heavy_check_mark:) | :x: | | | |
211-
| 18.x | :heavy_check_mark: | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | | |
212-
| <18.x | :x: | :x: | | | |
204+
| node.js | Supported | Tested | [Packaged Distributions](#packaged-distributions) | [Docker images](#docker-container) from `master` | [Docker images](#docker-container) from `develop` |
205+
|:--------|:------------------------|:----------------------------------------------------------|:--------------------------------------------------|:-------------------------------------------------|:--------------------------------------------------|
206+
| 22.x | :x: | :x: | | | |
207+
| 21.x | ( :heavy_check_mark: ) | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | | |
208+
| 20.x | :heavy_check_mark: | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | `latest` (`linux/amd64`, `linux/arm64`) | `snapshot` (`linux/amd64`, `linux/arm64`) |
209+
| 20.6.0 | :x: | :bug: https://github.com/angular/angular-cli/issues/25782 | | | |
210+
| 19.x | ( :heavy_check_mark: ) | :x: | | | |
211+
| 18.x | :heavy_check_mark: | :heavy_check_mark: | Windows (`x64`), MacOS (`x64`), Linux (`x64`) | | |
212+
| <18.x | :x: | :x: | | | |
213213

214214
Juice Shop is automatically tested _only on the latest `.x` minor version_ of each node.js version mentioned above!
215215
There is no guarantee that older minor node.js releases will always work with Juice Shop!

0 commit comments

Comments
 (0)