add node alpine
This commit is contained in:
@@ -35,12 +35,9 @@ check_app_update:
|
|||||||
# Build Frontend (Angular)
|
# Build Frontend (Angular)
|
||||||
build_frontend:
|
build_frontend:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:18
|
image: node:alpine3.23
|
||||||
dependencies:
|
dependencies:
|
||||||
- check_app_update
|
- check_app_update
|
||||||
before_script:
|
|
||||||
- curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
||||||
- apt-get install -y nodejs
|
|
||||||
script:
|
script:
|
||||||
- source variables.env || true
|
- source variables.env || true
|
||||||
- if [ "$NEW_COMMIT" != "true" ]; then
|
- if [ "$NEW_COMMIT" != "true" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user