From 0dd90f71d1cdc1cccce4d7ff58742be1c6cb9b0e Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Tue, 15 Apr 2025 13:48:40 +0000 Subject: [PATCH] Update ng-cli version --- ci-templates/build.yml | 2 +- ci-templates/build_unprotected.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-templates/build.yml b/ci-templates/build.yml index 79ab2b8..ec1dfd2 100644 --- a/ci-templates/build.yml +++ b/ci-templates/build.yml @@ -26,7 +26,7 @@ .angular_build: extends: .default stage: build - image: trion/ng-cli:13.3.7 + image: trion/ng-cli:14.2.9 script: - | if [ ! -f "./src/assets/config/theming.scss" ]; then diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml index bf2678b..4802d83 100644 --- a/ci-templates/build_unprotected.yml +++ b/ci-templates/build_unprotected.yml @@ -20,7 +20,7 @@ .angular_build: extends: .default stage: build - image: trion/ng-cli:13.3.7 + image: trion/ng-cli:14.2.9 script: - | if [ ! -f "./src/assets/config/theming.scss" ]; then -- GitLab