From 354b880a7049a76dfc55bb289d57fa5ae6380b79 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Sun, 8 Dec 2024 20:55:40 -0800 Subject: [PATCH] chore: update ui version https://github.com/project-zot/zui/pull/459 ^ updates react version to 18.x and other related changes. Signed-off-by: Ramkumar Chinchani --- .github/workflows/web-scan.yaml | 4 ++++ Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-scan.yaml b/.github/workflows/web-scan.yaml index b8dbb9616..96f1de703 100644 --- a/.github/workflows/web-scan.yaml +++ b/.github/workflows/web-scan.yaml @@ -26,6 +26,10 @@ jobs: with: cache: false go-version: 1.23.x + - name: Install nodejs + uses: actions/setup-node@v4 + with: + node-version: 20 - name: Checkout uses: actions/checkout@v4 - name: Build zot diff --git a/Makefile b/Makefile index c43f3c00e..74f356a0a 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.5.3 ZUI_BUILD_PATH := "" -ZUI_VERSION := commit-7bd1d7d -ZUI_REPO_OWNER := project-zot +ZUI_VERSION := fix-deps +ZUI_REPO_OWNER := rchincha ZUI_REPO_NAME := zui SWAGGER_VERSION := v1.16.2 STACKER := $(TOOLSDIR)/bin/stacker