Use npm 10
This commit is contained in:
parent
aaa2b059ff
commit
9748062eec
1 changed files with 3 additions and 3 deletions
|
|
@ -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-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue