Bump up UI version to v2.4.0 (#15174)

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
孙世军 2021-06-23 16:27:40 +08:00 committed by GitHub
parent 89ab612aa7
commit 0464305bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -332,7 +332,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '15.14.0'
node-version: '16'
- uses: actions/checkout@v2
with:
path: src/github.com/goharbor/harbor

View File

@ -185,6 +185,8 @@ Harbor web UI is built based on [Clarity](https://vmware.github.io/clarity/) and
| 2.0 | 8.2.0 | 2.3.8 |
| 2.1 | 8.2.0 | 2.3.8 |
| 2.2 | 10.1.2 | 4.0.2 |
| 2.3 | 10.1.2 | 4.0.2 |
| 2.4 | 12.0.3 | 5.3.0 |
To run the Web UI code, please refer to the UI [start](https://github.com/goharbor/harbor/blob/master/src/portal/README.md) guideline.

View File

@ -1,6 +1,6 @@
{
"name": "harbor",
"version": "2.3.0",
"version": "2.4.0",
"description": "Harbor UI with Clarity",
"angular-cli": {},
"scripts": {