From 9748062eec71439d2ec3f60f6cfebb1f5e6c7492 Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Mon, 20 Jan 2025 16:00:29 +0100 Subject: [PATCH] Use npm 10 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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-*