Install npm 10 instead of latest
This commit is contained in:
parent
0525f58324
commit
414502a33d
1 changed files with 1 additions and 1 deletions
|
|
@ -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-*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue