add nodejs
This commit is contained in:
@@ -38,6 +38,9 @@ build_frontend:
|
|||||||
image: node:18
|
image: node:18
|
||||||
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