Use node instead of alpine/giit image.

This commit is contained in:
2025-04-27 20:48:37 +00:00
parent fad17422a4
commit 8713a4cf6c
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
stages:
- frontend_build
frontend_build_job:
stage: frontend_build
script:
- echo "Building frontend project on branch: $CI_COMMIT_BRANCH"

View File

@@ -3,5 +3,6 @@ stages:
frontend_build_job:
stage: frontend_build
image: node:22@sha256:f6b9c31ace05502dd98ef777aaa20464362435dcc5e312b0e213121dcf7d8b95
script:
- echo "Building frontend project"