mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
npm ci doesnt exist for npm < 10
This commit is contained in:
parent
a63e9fae8f
commit
d0adfea477
@ -35,9 +35,9 @@ jobs:
|
||||
- export PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"')
|
||||
- export GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"')
|
||||
script:
|
||||
- nvm install 8 && npm ci && npm run build && npm run test
|
||||
- nvm install lts && npm ci && npm run build && npm run test
|
||||
- nvm install 9 && npm ci && npm run build && npm run test
|
||||
- nvm install 8 && npm install && npm run build && npm run test
|
||||
- nvm install lts && npm install && npm run build && npm run test
|
||||
- nvm install 9 && npm install && npm run build && npm run test
|
||||
- nvm install node && npm ci && npm run build && npm run test
|
||||
|
||||
- stage: release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user