Install npm 10 instead of latest

This commit is contained in:
Darren Clarke 2024-12-20 09:22:23 +01:00
parent 0525f58324
commit 414502a33d

View file

@ -204,7 +204,7 @@ zammad-docker-build:
before_script: before_script:
- apk --update add nodejs npm - apk --update add nodejs npm
script: script:
- npm install npm@latest -g - npm install npm@10 -g
- npm install -g turbo - npm install -g turbo
- npm ci - npm ci
- turbo build --force --filter @link-stack/zammad-addon-* - turbo build --force --filter @link-stack/zammad-addon-*