From 414502a33dccbae5495dfb082f065bdaac9e908d Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Fri, 20 Dec 2024 09:22:23 +0100 Subject: [PATCH] Install npm 10 instead of latest --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 712f709..def9374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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-*