Install cURL in CI

This commit is contained in:
Jake Howard 2023-07-16 14:47:27 +01:00
parent c5d04240b1
commit f813d96442
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -10,6 +10,8 @@ static:
key: npm-$CI_COMMIT_REF_SLUG
paths:
- "$CI_PROJECT_DIR/.npm-cache"
before_script:
- apt update && apt install --yes curl
script:
- npm ci --cache .npm-cache --prefer-offline
- npm run build