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