From 5f002129c0f2a2a062cee90487e26fb613abdefe Mon Sep 17 00:00:00 2001
From: Dimitrios Giannopoulos <dimit.giannopoulos@upnet.gr>
Date: Tue, 19 Dec 2023 12:16:44 +0000
Subject: [PATCH] used specific node image

---
 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 e6542b2..d4fed52 100644
--- a/ci-templates/build.yml
+++ b/ci-templates/build.yml
@@ -25,7 +25,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: node:latest
+  image: trion/ng-cli:14.2.6
   script:
     - npm install
     - npm run build -- --prod
diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index bdbcce4..947744b 100644
--- a/ci-templates/build_unprotected.yml
+++ b/ci-templates/build_unprotected.yml
@@ -20,7 +20,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: node:latest
+  image: trion/ng-cli:14.2.6
   script:
     - npm install
     - npm run build -- --dev
-- 
GitLab