From 14839ad79b49567c5a28d70f75c45b8c14acebb4 Mon Sep 17 00:00:00 2001 From: tuanvu Date: Mon, 16 Feb 2026 15:41:14 +0100 Subject: [PATCH] add node alpine --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12e5b27..0f66112 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,12 +35,9 @@ check_app_update: # Build Frontend (Angular) build_frontend: stage: build - image: node:18 + image: node:alpine3.23 dependencies: - check_app_update - before_script: - - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - - - apt-get install -y nodejs script: - source variables.env || true - if [ "$NEW_COMMIT" != "true" ]; then