diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 712f709..6ee6093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build-all: TURBO_TEAM: ${TURBO_TEAM} ZAMMAD_URL: ${ZAMMAD_URL} script: - - npm install npm@latest -g + - npm install npm@10 -g - npm install -g turbo - npm ci - turbo build @@ -204,7 +204,7 @@ zammad-docker-build: before_script: - apk --update add nodejs npm script: - - npm install npm@latest -g + - npm install npm@10 -g - npm install -g turbo - npm ci - turbo build --force --filter @link-stack/zammad-addon-* @@ -226,7 +226,7 @@ zammad-standalone-docker-build: before_script: - apk --update add nodejs npm script: - - npm install npm@latest -g + - npm install npm@10 -g - npm install -g turbo - npm ci - turbo build --force --filter @link-stack/zammad-addon-*